Skip to content

Commit 0a19954

Browse files
ccross2claude
andcommitted
ci: upgrade Node.js 20 to 22 (deprecation deadline June 2026)
GitHub Actions will force Node.js 24 starting June 2, 2026 and remove Node.js 20 on September 16, 2026. Upgrading to 22 now eliminates the deprecation warnings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 42071dc commit 0a19954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/daily-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: "20"
31+
node-version: "22"
3232
cache: npm
3333

3434
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
cache: npm
2626
- run: npm ci
2727
- run: npm run check

0 commit comments

Comments
 (0)