mirror of
https://github.com/actions/setup-node
synced 2025-05-06 15:13:54 +00:00
Install instead of ci to avoid reinstalling tarballs
This commit is contained in:
parent
745cc08a30
commit
eb8fb54e83
4
.github/main.workflow.yml
vendored
4
.github/main.workflow.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
- name: npm ci
|
- name: npm install
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
Loading…
Reference in New Issue
Block a user