mirror of
https://github.com/actions/setup-node.git
synced 2025-04-20 12:00:53 +00:00
Back to upper
This commit is contained in:
parent
d9c009eb56
commit
62bc4611ca
2
.github/main.workflow.yml
vendored
2
.github/main.workflow.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [linux, macOS, windows]
|
operating-system: [Linux, macOS, Windows]
|
||||||
actions:
|
actions:
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user