Skip to content

Commit

Permalink
chore(workflow): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuy10 committed Dec 12, 2023
1 parent af1202a commit b96d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '17.x'
node-version: '20.x'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
scope: 'public'
Expand Down

0 comments on commit b96d94a

Please sign in to comment.