mirror of
https://github.com/actions/setup-node.git
synced 2025-04-19 18:53:30 +00:00
Try lowercase
This commit is contained in:
parent
56655b071f
commit
d9c009eb56
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