Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and LouisBarranqueiro committed Dec 21, 2020
1 parent 7de6599 commit 91481dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: ['10', '12']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: install deps
Expand Down

0 comments on commit 91481dd

Please sign in to comment.