Skip to content

Commit

Permalink
githubAction: update nodejs version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Jan 11, 2025
1 parent ff3f6d0 commit 2bf4bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 🏗️ 安装 Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
registry-url: 'https://registry.npmjs.org'

- name: 📦 安装 yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=16.14.0"
"node": ">=20"
}
}

0 comments on commit 2bf4bf8

Please sign in to comment.