Skip to content

Commit

Permalink
Merge pull request #94 from cycjimmy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3

build(deps): bump actions/setup-node from 2 to 3
  • Loading branch information
cycjimmy committed Mar 2, 2022
2 parents 5982a02 + 1a69751 commit 26b4020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
registry-url: 'https://npm.pkg.github.com'
Expand Down

0 comments on commit 26b4020

Please sign in to comment.