mirror of
https://github.com/actions/setup-node.git
synced 2025-09-25 10:03:59 +08:00
Update workflow.yml (#14)
This commit is contained in:
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -14,9 +14,7 @@ jobs:
|
|||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
# Explicitly uninstall husky so that we avoid issues with git hooks/node versioning.
|
run: npm install
|
||||||
# Should switch to clean checkout instead when supported.
|
|
||||||
run: npm prune --production && npm install && npm uninstall husky
|
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
Reference in New Issue
Block a user