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 a118b0a commit 99d6a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm install
Expand Down

0 comments on commit 99d6a2e

Please sign in to comment.