Skip to content

Commit 406216e

Browse files
committed
ci: bump Node to 22 — required by pnpm@11
1 parent c672a0f commit 406216e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
21-
node: [20]
21+
node: [22]
2222

2323
steps:
2424
- name: Checkout repository

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 22
3333
cache: 'pnpm'
3434
registry-url: 'https://registry.npmjs.org'
3535

@@ -92,7 +92,7 @@ jobs:
9292
- name: Setup Node.js
9393
uses: actions/setup-node@v4
9494
with:
95-
node-version: 20
95+
node-version: 22
9696
cache: 'pnpm'
9797

9898
- name: Setup Bun

0 commit comments

Comments
 (0)