mirror of
https://github.com/actions/setup-node
synced 2025-04-15 04:46:03 +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 }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [Linux, macOS, Windows]
|
||||
operating-system: [linux, macOS, windows]
|
||||
actions:
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
Loading…
Reference in New Issue
Block a user