mirror of
https://github.com/actions/setup-node
synced 2025-04-19 22:53:12 +00:00
Switch from install to ci
This commit is contained in:
parent
24a47373b7
commit
574685d9df
4
.github/main.workflow.yml
vendored
4
.github/main.workflow.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
operating-system: [Linux, macOS, Windows]
|
operating-system: [Linux, macOS, Windows]
|
||||||
actions:
|
actions:
|
||||||
- name: npm install
|
- name: npm ci
|
||||||
run: npm install
|
run: npm ci
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
Loading…
Reference in New Issue
Block a user