mirror of
https://github.com/danbulant/jose
synced 2026-05-24 12:35:36 +00:00
ci: update actions/setup-node@v1 syntax
This commit is contained in:
parent
1031dc2d74
commit
ae41451d7c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
version: ${{ matrix.node-version }}
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm run coverage
|
||||
- env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue