Skip to content

Commit

Permalink
ci: use actions/setup-node@v2 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 13, 2021
1 parent c7f81eb commit adcc438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- 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 Expand Up @@ -68,7 +68,7 @@ jobs:
- 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 adcc438

Please sign in to comment.