Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2.1.5 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2021
1 parent 0ed36d8 commit 718473c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
- run: yarn
Expand All @@ -124,7 +124,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
- run: yarn
Expand Down

0 comments on commit 718473c

Please sign in to comment.