Skip to content

Commit

Permalink
🐎 ci: upgrade node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Jun 4, 2024
1 parent dc3e84d commit 7c56d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
rm -rf pack
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Shanghai"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-singlefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
rm -rf pack
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Shanghai"
Expand Down

0 comments on commit 7c56d3d

Please sign in to comment.