Skip to content

Commit 2b26939

Browse files
prazgaitisclaude
andcommitted
fix CI: upgrade Node.js from 18 to 22 (Next.js requires >=20.9.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 528894d commit 2b26939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '18'
30+
node-version: '22'
3131

3232
- name: Setup pnpm
3333
uses: pnpm/action-setup@v4
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup Node.js
6464
uses: actions/setup-node@v4
6565
with:
66-
node-version: '18'
66+
node-version: '22'
6767

6868
- name: Setup pnpm
6969
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)