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 52d6d85 commit f4010f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 🏗️ 安装 Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: 📦 安装 yarn
run: npm install -g yarn
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,8 @@
"tsx": "4.19.2",
"yaml": "^2.6.1",
"yunzaijs": "^1.0.0-rc.5"
},
"engines": {
"node": ">=20"
}
}

0 comments on commit f4010f5

Please sign in to comment.