mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
Update tests.yml
This commit is contained in:
parent
5a90b321b0
commit
ebba650050
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
@ -5,11 +5,11 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
-uses: action/setup-node@v2
|
- uses: action/setup-node@v2
|
||||||
with:
|
with:
|
||||||
nod-version: 14
|
nod-version: 14
|
||||||
-name: install deps
|
- name: install deps
|
||||||
run: npm ci
|
run: npm ci
|
||||||
-name: run tests
|
- name: run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user