mirror of
https://github.com/actions/setup-node
synced 2025-04-22 16:32:06 +00:00
Try pruning first so that devDeps definitely aren't installed
This commit is contained in:
parent
9064837dcf
commit
6b9204b3ed
2
.github/main.workflow.yml
vendored
2
.github/main.workflow.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
version: 10.x
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
run: npm prune --production && npm install
|
||||
|
||||
- name: Lint
|
||||
run: npm run format-check
|
||||
|
Loading…
Reference in New Issue
Block a user