Skip to content

Commit 2cef859

Browse files
yamatatsuclaude
andcommitted
ci: drop Node.js 18, add 20/22, update pnpm to v10
- Node.js 18 reached EOL and vitest 4 requires Node.js 20+ - Add Node.js 20 (maintenance LTS) and 22 (active LTS) - Update pnpm from v8 to v10 to match local environment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0bcee90 commit 2cef859

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
node-version:
16-
- 18
16+
- 20
17+
- 22
1718
steps:
1819
- name: Checkout
1920
uses: actions/checkout@v4
@@ -25,7 +26,7 @@ jobs:
2526
name: Install pnpm
2627
id: pnpm-install
2728
with:
28-
version: 8
29+
version: 10
2930
run_install: false
3031
- run: pnpm install
3132
- run: pnpm test run

0 commit comments

Comments
 (0)