Skip to content

Commit fd18959

Browse files
hsbtclaude
andcommitted
Use Node.js 22 in CI workflows
Node.js 20 reaches EOL on 2026-04-30. Switch to Node.js 22 LTS which is supported until 2027-04-30. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4966bbd commit fd18959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3434
with:
35-
node-version: '20'
35+
node-version: '22'
3636
cache: 'npm'
3737
- name: Install npm dependencies
3838
run: npm ci

.github/workflows/jekyll.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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3232
with:
33-
node-version: '20'
33+
node-version: '22'
3434
cache: 'npm'
3535
- name: Install npm dependencies
3636
run: npm ci

0 commit comments

Comments
 (0)