Skip to content

Commit

Permalink
Update actions/setup-node action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 16, 2020
1 parent a3dff17 commit c501b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npmtest.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: [10.x, 11.x, 12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit c501b8e

Please sign in to comment.