mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 20:10:48 +00:00
Indenting issues
This commit is contained in:
parent
53e024a5c7
commit
745cc08a30
1 changed files with 3 additions and 3 deletions
6
.github/main.workflow.yml
vendored
6
.github/main.workflow.yml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
||||||
operating-system: [Linux, macOS, Windows]
|
operating-system: [Linux, macOS, Windows]
|
||||||
actions:
|
actions:
|
||||||
- name: Set Node.js 10.x
|
- name: Set Node.js 10.x
|
||||||
uses: bryanmacfarlane/node-config@master
|
uses: bryanmacfarlane/node-config@master
|
||||||
with:
|
with:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
- name: npm ci
|
- name: npm ci
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue