mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Switch from install to ci
This commit is contained in:
parent
24a47373b7
commit
574685d9df
1 changed files with 2 additions and 2 deletions
4
.github/main.workflow.yml
vendored
4
.github/main.workflow.yml
vendored
|
@ -8,8 +8,8 @@ jobs:
|
|||
matrix:
|
||||
operating-system: [Linux, macOS, Windows]
|
||||
actions:
|
||||
- name: npm install
|
||||
run: npm install
|
||||
- name: npm ci
|
||||
run: npm ci
|
||||
|
||||
- name: Lint
|
||||
run: npm run format-check
|
||||
|
|
Loading…
Add table
Reference in a new issue