mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
.
This commit is contained in:
parent
2d759b195d
commit
9c455c4c56
1 changed files with 1 additions and 0 deletions
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
- run: npm run build
|
||||||
- run: npm run format-check
|
- run: npm run format-check
|
||||||
- run: npm run pack
|
- run: npm run pack
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
Loading…
Add table
Reference in a new issue