Skip to content

Commit

Permalink
Fix reference to env.node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Feb 17, 2021
1 parent 50c3b69 commit 68d8f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

- uses: actions/checkout@v2

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

- run: npm ci

Expand Down

0 comments on commit 68d8f28

Please sign in to comment.