mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 04:20:49 +00:00
Update main.workflow.yml
This commit is contained in:
parent
2eff97ea85
commit
ac083d8f1e
1 changed files with 2 additions and 2 deletions
4
.github/main.workflow.yml
vendored
4
.github/main.workflow.yml
vendored
|
@ -2,10 +2,10 @@ on: push
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
pool: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, macOS-latest, windows-latest]
|
operating-system: [Linux, macOS, Windows]
|
||||||
actions:
|
actions:
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
Loading…
Add table
Reference in a new issue