mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 12:22:12 +00:00
Try ci again
This commit is contained in:
parent
2531f6b1cf
commit
f8db3b9411
1 changed files with 7 additions and 2 deletions
9
.github/main.workflow.yml
vendored
9
.github/main.workflow.yml
vendored
|
@ -8,8 +8,13 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [Linux, macOS, Windows]
|
operating-system: [Linux, macOS, Windows]
|
||||||
actions:
|
actions:
|
||||||
- name: npm install
|
- name: Set Node.js 10.x
|
||||||
run: npm install
|
uses: bryanmacfarlane/node-config@master
|
||||||
|
with:
|
||||||
|
version: 10.x
|
||||||
|
|
||||||
|
- name: npm ci
|
||||||
|
run: npm ci
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
|
Loading…
Add table
Reference in a new issue