Skip to content

Commit 11631c1

Browse files
authored
chore: bump node to latest patch release (#3802)
Bumps Node to the latest 20.x patch.
1 parent b23ec26 commit 11631c1

15 files changed

Lines changed: 22 additions & 22 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: 20.20.0
39+
node-version: 20.20.2
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
@@ -39,7 +39,7 @@ jobs:
3939
- name: ⎔ Setup node
4040
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4141
with:
42-
node-version: 20.20.0
42+
node-version: 20.20.2
4343
cache: "pnpm"
4444

4545
- name: 📥 Download 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: 20.20.0
88+
node-version: 20.20.2
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: 20.20.0
62+
node-version: 20.20.2
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: 20.20.0
40+
node-version: 20.20.2
4141

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

.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: 20.20.0
93+
node-version: 20.20.2
9494
cache: "pnpm"
9595

9696
# npm v11.5.1 or newer is required for OIDC support
@@ -288,7 +288,7 @@ jobs:
288288
- name: Setup node
289289
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
290290
with:
291-
node-version: 20.20.0
291+
node-version: 20.20.2
292292
cache: "pnpm"
293293

294294
# 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: 20.20.0
73+
node-version: 20.20.2
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: 20.20.0
115+
node-version: 20.20.2
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: 20.20.0
161+
node-version: 20.20.2
162162
cache: "pnpm"
163163

164164
- name: 📥 Download deps

.github/workflows/typecheck.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: 20.20.0
28+
node-version: 20.20.2
2929
cache: "pnpm"
3030

3131
- name: 📥 Download deps

.github/workflows/unit-tests-internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: ⎔ Setup node
6565
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6666
with:
67-
node-version: 20.20.0
67+
node-version: 20.20.2
6868
cache: "pnpm"
6969

7070
# ..to avoid rate limits when pulling images
@@ -134,7 +134,7 @@ jobs:
134134
- name: ⎔ Setup node
135135
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
136136
with:
137-
node-version: 20.20.0
137+
node-version: 20.20.2
138138
# no cache enabled, we're not installing deps
139139

140140
- name: Download blob reports from GitHub Actions Artifacts

.github/workflows/unit-tests-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: ⎔ Setup node
6565
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6666
with:
67-
node-version: 20.20.0
67+
node-version: 20.20.2
6868
cache: "pnpm"
6969

7070
# ..to avoid rate limits when pulling images
@@ -134,7 +134,7 @@ jobs:
134134
- name: ⎔ Setup node
135135
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
136136
with:
137-
node-version: 20.20.0
137+
node-version: 20.20.2
138138
# no cache enabled, we're not installing deps
139139

140140
- name: Download blob reports from GitHub Actions Artifacts

0 commit comments

Comments
 (0)