mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 01:11:00 +00:00
Update workflow.yml
This commit is contained in:
parent
d2b505129d
commit
e28feb4064
1 changed files with 1 additions and 3 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -14,9 +14,7 @@ jobs:
|
|||
version: 10.x
|
||||
|
||||
- name: 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
|
||||
run: npm install
|
||||
|
||||
- name: Lint
|
||||
run: npm run format-check
|
||||
|
|
Loading…
Add table
Reference in a new issue