Fix node version
This commit is contained in:
parent
8a2c0187b2
commit
773a356788
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node_version: 14.16.0
|
||||
node-version: 14.16.0
|
||||
- run: cd test
|
||||
- run: npm ci
|
||||
- run: npm run test-ci
|
||||
|
|
Loading…
Reference in New Issue