Skip to content

Commit 1c3bd93

Browse files
authored
ci: pin Node.js 22 in release and e2e workflows (#353)
* ci: pin release publish jobs to node 22 * ci: pin fixture refresh to node 22
1 parent 6fb32db commit 1c3bd93

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/refresh-fixtures.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
# unrelated changes from a feature branch into the refresh PR.
3232
ref: main
3333

34+
- uses: actions/setup-node@v6
35+
with:
36+
node-version: 22
37+
3438
- uses: oven-sh/setup-bun@v2
3539

3640
- run: bun install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- uses: oven-sh/setup-bun@v2
104104
- uses: actions/setup-node@v6
105105
with:
106-
node-version: "lts/*"
106+
node-version: 22
107107
registry-url: "https://registry.npmjs.org"
108108
- run: bun install --frozen-lockfile
109109

@@ -293,7 +293,7 @@ jobs:
293293
- uses: oven-sh/setup-bun@v2
294294
- uses: actions/setup-node@v6
295295
with:
296-
node-version: "lts/*"
296+
node-version: 22
297297
registry-url: "https://registry.npmjs.org"
298298
- run: bun install --frozen-lockfile
299299

@@ -461,7 +461,7 @@ jobs:
461461
- uses: oven-sh/setup-bun@v2
462462
- uses: actions/setup-node@v6
463463
with:
464-
node-version: "lts/*"
464+
node-version: 22
465465
registry-url: "https://registry.npmjs.org"
466466
- run: bun install --frozen-lockfile
467467

0 commit comments

Comments
 (0)