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 authored and voxpelli committed Jul 26, 2021
1 parent de6f344 commit 680f5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
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: npm install
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
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 }}

Expand Down

0 comments on commit 680f5fc

Please sign in to comment.