Skip to content

Commit

Permalink
chore(ci) fix node_version -> node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 11, 2021
1 parent 599602f commit 32fcd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Use Node.js ${{ matrix.node_version }}'
uses: 'actions/setup-node@v1'
with:
node_version: '${{ matrix.node_version }}'
node-version: '${{ matrix.node_version }}'

- name: 'Cache node modules'
uses: 'actions/cache@v1'
Expand Down

0 comments on commit 32fcd0b

Please sign in to comment.