Skip to content

Commit

Permalink
💚 提高 node 版本到 20 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzideCupric authored Mar 20, 2024
1 parent d36d904 commit c915b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20"

- id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit c915b36

Please sign in to comment.