Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 19, 2020
1 parent dced227 commit 4d0617b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_github.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
publish_github:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy_npm:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 4d0617b

Please sign in to comment.