mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 03:53:32 +00:00
Update main.workflow.yml
This commit is contained in:
parent
44d225afd7
commit
4ac54ebb92
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…
Reference in New Issue
Block a user