Skip to content

Commit

Permalink
Update node-publish-npm.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Bulmer <[email protected]>
  • Loading branch information
Dylan Bulmer authored Jun 8, 2024
1 parent 9e8b9ad commit 162051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "20.x"
cache: "yarn"
registry-url: https://registry.npmjs.org
# Defaults to the user or organization that owns the workflow file
Expand Down

0 comments on commit 162051a

Please sign in to comment.