Skip to content

Commit 3dd72ad

Browse files
azuclaude
andcommitted
chore: update Node.js version to 22 in website workflow
- Update website.yml to use Node.js 22 (current LTS) instead of 20 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3b6c430 commit 3dd72ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
- name: Set Env
2525
run: |
2626
echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)