Skip to content

Commit

Permalink
ci: update nodejs.yml (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jun 16, 2021
1 parent 352e8f7 commit 2922bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js ${{ env.node-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ env.node-version }}
node-version: ${{ matrix.node-version }}

- name: Use latest NPM
run: sudo npm i -g npm
Expand Down

0 comments on commit 2922bc2

Please sign in to comment.