Skip to content

Commit

Permalink
upgraded actions/setup-node version (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Ricci <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 22, 2021
1 parent fd6af8c commit cdb43ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
tag-prefix: ''
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '14.15.0'
- run: npm ci
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '14.15.0'
registry-url: https://registry.npmjs.org/
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '14.15.0'
registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js 14.15.0
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14.15.0'
always-auth: true
Expand Down

0 comments on commit cdb43ad

Please sign in to comment.