mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 01:11:00 +00:00
Update main.workflow.yml
This commit is contained in:
parent
44d225afd7
commit
4ac54ebb92
1 changed files with 3 additions and 1 deletions
4
.github/main.workflow.yml
vendored
4
.github/main.workflow.yml
vendored
|
@ -13,7 +13,9 @@ jobs:
|
|||
version: 10.x
|
||||
|
||||
- name: npm install
|
||||
run: npm prune --production && npm install
|
||||
# Explicitly uninstall husky so that we avoid issues with git hooks/node versioning.
|
||||
# Should switch to clean checkout instead when supported.
|
||||
run: npm prune --production && npm install && npm uninstall husky
|
||||
|
||||
- name: Lint
|
||||
run: npm run format-check
|
||||
|
|
Loading…
Add table
Reference in a new issue