Fix checks
This commit is contained in:
parent
a0c8b69119
commit
6955a0b796
|
|
@ -18,7 +18,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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue