Fix action node version

This commit is contained in:
Dan Mindru 2020-02-23 21:41:03 +01:00
parent 455999b910
commit 6ecb318ca6
1 changed files with 1 additions and 1 deletions

View File

@ -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: npm install & test
run: |