Skip to content

Commit 257e2eb

Browse files
authored
chore: update nodejs.yml (#3329)
1 parent 15234fb commit 257e2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34-
- name: Use Node.js ${{ env.node-version }}
34+
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: ${{ env.node-version }}
37+
node-version: ${{ matrix.node-version }}
3838

3939
- name: Use latest NPM
4040
run: sudo npm i -g npm

0 commit comments

Comments
 (0)