forked from mystiq/hydrogen-web
Update name and npn install args
This commit is contained in:
parent
61c96acc7a
commit
64cca3b874
1 changed files with 2 additions and 2 deletions
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
|
@ -20,9 +20,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Run unit tests
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install --dev
|
- run: npm install --also=dev
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
Loading…
Reference in a new issue