Skip to content

Commit

Permalink
Merge pull request #600 from shivammathur/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-3

Bump actions/setup-node from 1 to 3
  • Loading branch information
shivammathur committed May 26, 2022
2 parents 810a92a + 4e9ea33 commit 203099e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 2

- name: Setup Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
ref: ${{ github.event.inputs.tag }}

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: https://registry.npmjs.org
Expand All @@ -46,7 +46,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Change to GitHub Packages registry
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
registry-url: https://npm.pkg.github.com
scope: '@shivammathur'
Expand Down

0 comments on commit 203099e

Please sign in to comment.