Skip to content

Commit adc1c96

Browse files
committed
chore: standardise internal node on 24.18.0
1 parent a1ca646 commit adc1c96

31 files changed

Lines changed: 219 additions & 170 deletions

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup node
3737
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3838
with:
39-
node-version: 22.23.1
39+
node-version: 24.18.0
4040
cache: "pnpm"
4141

4242
- name: Install dependencies

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: ⎔ Setup node
4545
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4646
with:
47-
node-version: 22.23.1
47+
node-version: 24.18.0
4848
cache: "pnpm"
4949

5050
- name: 📥 Download deps

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: ⎔ Setup node
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
28-
node-version: 22.23.1
28+
node-version: 24.18.0
2929
cache: "pnpm"
3030

3131
- name: 📥 Download deps

.github/workflows/dashboard-agent-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup node
5252
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5353
with:
54-
node-version: 22.23.1
54+
node-version: 24.18.0
5555
cache: "pnpm"
5656

5757
- name: Install + build the CLI and the agent's deps

.github/workflows/e2e-webapp-auth-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: ⎔ Setup node
8686
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8787
with:
88-
node-version: 22.23.1
88+
node-version: 24.18.0
8989
cache: "pnpm"
9090

9191
- name: 🐳 Login to DockerHub

.github/workflows/e2e-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: ⎔ Setup node
6060
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6161
with:
62-
node-version: 22.23.1
62+
node-version: 24.18.0
6363
cache: "pnpm"
6464

6565
# ..to avoid rate limits when pulling images

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: ⎔ Setup node
3838
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3939
with:
40-
node-version: 22.23.1
40+
node-version: 24.18.0
4141

4242
- name: 📥 Download deps
4343
run: pnpm install --frozen-lockfile --filter trigger.dev...

.github/workflows/preview-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: ⎔ Setup node
6060
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6161
with:
62-
node-version: 22.23.1
62+
node-version: 24.18.0
6363
cache: "pnpm"
6464

6565
- name: 📥 Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup node
9191
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
9292
with:
93-
node-version: 22.23.1
93+
node-version: 24.18.0
9494
cache: "pnpm"
9595

9696
# npm v11.5.1 or newer is required for OIDC support
@@ -303,7 +303,7 @@ jobs:
303303
- name: Setup node
304304
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
305305
with:
306-
node-version: 22.23.1
306+
node-version: 24.18.0
307307
cache: "pnpm"
308308

309309
# npm v11.5.1 or newer is required for OIDC support

.github/workflows/sdk-compat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: ⎔ Setup node
7171
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7272
with:
73-
node-version: 22.23.1
73+
node-version: 24.18.0
7474
cache: "pnpm"
7575

7676
- name: 🥟 Setup Bun
@@ -112,7 +112,7 @@ jobs:
112112
- name: ⎔ Setup node
113113
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
114114
with:
115-
node-version: 22.23.1
115+
node-version: 24.18.0
116116
cache: "pnpm"
117117

118118
- name: 🦕 Setup Deno
@@ -158,7 +158,7 @@ jobs:
158158
- name: ⎔ Setup node
159159
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
160160
with:
161-
node-version: 22.23.1
161+
node-version: 24.18.0
162162
cache: "pnpm"
163163

164164
- name: 📥 Download deps

0 commit comments

Comments
 (0)