Skip to content

Commit 6d453c9

Browse files
piti6claude
andcommitted
ci: update Node.js from 20 to 22 LTS
Node 20 reaches EOL April 2026. Node 22 is the current active LTS. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 608ef24 commit 6d453c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '20'
33+
node-version: '22'
3434
cache: 'npm'
3535

3636
- name: Install npm dependencies

0 commit comments

Comments
 (0)