Skip to content

Commit

Permalink
Update with.node-version v16->20
Browse files Browse the repository at this point in the history
in actions/setup-node
resolve #136
  • Loading branch information
ttsukagoshi committed Feb 5, 2024
1 parent 8fa6e7a commit d20c0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'

- name: Cache node modules
uses: actions/[email protected]
Expand Down

0 comments on commit d20c0c2

Please sign in to comment.