Skip to content

Commit 4ad7007

Browse files
committed
chore: Update our packages and the smoke tests to use also Node 24
1 parent 148bd0f commit 4ad7007

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/bump-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: ^20.x
38+
node-version: ^24.x
3939
cache: "npm"
4040

4141
- name: Install [email protected]

.github/workflows/cron-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: ^20.x
41+
node-version: ^24.x
4242
cache: "npm"
4343

4444
- name: Install npm@8

.github/workflows/publish-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: "Use Node.js 20"
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version: ^20.x
50+
node-version: ^24.x
5151

5252
- name: Install [email protected]
5353
run: npm install -g [email protected]

.github/workflows/smoke-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
runner: [ubuntu, macos, windows]
17-
node: [20.x, 22.x, 23.x]
17+
node: [20.x, 22.x, 24.x]
1818
fail-fast: false
1919
runs-on: ${{ matrix.runner }}-latest
20-
timeout-minutes: 20 # Installing dependencies on windows can take a while
20+
timeout-minutes: 30 # Installing dependencies on windows can take a while
2121
env:
2222
npm_config_loglevel: verbose
2323
npm_config_foreground_scripts: "true"

.github/workflows/update-cta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
aws sts get-caller-identity
4444
- uses: actions/setup-node@v4
4545
with:
46-
node-version: ^20.x
46+
node-version: ^24.x
4747
cache: "npm"
4848
- name: Install Dependencies and Compile
4949
run: |

.github/workflows/update-node-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: 20.x
31+
node-version: 24.x
3232
cache: "npm"
3333

3434
- name: Install npm@10

0 commit comments

Comments
 (0)