Skip to content

Commit 6995c32

Browse files
authored
chore: Use node 24 in integration tests (#8442)
1 parent f652508 commit 6995c32

6 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/actions/build-for-integrations/action.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ inputs:
88
node-version:
99
required: false
1010
description: The version of Node to use.
11+
default: 'lts/*'
1112
use-setup:
1213
required: false
1314
description: |
@@ -54,11 +55,13 @@ runs:
5455
with:
5556
value: >-
5657
integrations-build-${{ hashFiles(
58+
'.github/actions/build-for-integrations/action.yaml',
5759
'integration-tests/src/**/*.ts',
5860
'integration-tests/tsconfig.json',
5961
'*-lock.yaml',
6062
'packages/*/src/**/*.ts',
6163
'packages/*/lib/**/*.cts',
64+
'packages/*/lib/**/*.mts',
6265
'packages/*/tsconfig.json'
6366
) }}
6467
debug: true
@@ -82,11 +85,6 @@ runs:
8285
with:
8386
node-version: ${{ inputs.node-version }}
8487

85-
- name: Pnpm CI
86-
if: ${{ steps.step-cache-build.outputs.cache-hit != 'true' }}
87-
run: pnpm i
88-
shell: bash
89-
9088
- name: Has Pnpm has failed?
9189
if: ${{ failure() }}
9290
run: |

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests
1+
name: ' ⚙️ Integration Tests'
22
on:
33
pull_request:
44
paths:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ' 🛝 Release Drafter'
1+
name: ' 🛝 Release Drafter'
22

33
on:
44
push:

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ' 🔥 Smoke Test'
1+
name: ' 🔥 Smoke Test'
22

33
on:
44
workflow_dispatch:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ' 🧪 Test'
1+
name: ' 🧪 Test'
22
on:
33
workflow_dispatch:
44
pull_request:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cspell": "bin.mjs",
1010
"cspell-tools": "cspell-tools.mjs"
1111
},
12-
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
12+
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a",
1313
"private": true,
1414
"scripts": {
1515
"bp": "pnpm build:prod",

0 commit comments

Comments
 (0)