install dependencies on workflow
This commit is contained in:
parent
3e56dae8b0
commit
9cc0b7b47d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
|
@ -17,5 +17,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm test
|
- run: npm run test
|
||||||
|
|
Loading…
Reference in a new issue