mirror of
https://github.com/actions/setup-node
synced 2025-04-10 02:45:50 +00:00
.
This commit is contained in:
parent
43b03faac9
commit
68d2569efe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
- run: npm run format-check
|
||||
- run: npm run pack
|
||||
- run: npm test
|
||||
|
|
Loading…
Add table
Reference in a new issue