mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 01:01:38 +08:00
Update main.workflow.yml
This commit is contained in:
4
.github/main.workflow.yml
vendored
4
.github/main.workflow.yml
vendored
@@ -2,10 +2,10 @@ on: push
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
pool: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
operating-system: [Linux, macOS, Windows]
|
||||
actions:
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user