Skip to content

Commit

Permalink
ci: update actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Dec 3, 2023
1 parent cb9cbca commit f35ed99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

- name: Setup .npmrc file to publish to GitHub Packages
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com'
Expand Down

0 comments on commit f35ed99

Please sign in to comment.