mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 01:11:00 +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]
|
||||
actions:
|
||||
- name: Set Node.js 10.x
|
||||
uses: bryanmacfarlane/node-config@master
|
||||
with:
|
||||
version: 10.x
|
||||
uses: bryanmacfarlane/node-config@master
|
||||
with:
|
||||
version: 10.x
|
||||
|
||||
- name: npm ci
|
||||
run: npm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue