mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 04:20:49 +00:00
back to runs-on
This commit is contained in:
parent
06dc0d6399
commit
56655b071f
1 changed files with 1 additions and 2 deletions
3
.github/main.workflow.yml
vendored
3
.github/main.workflow.yml
vendored
|
@ -2,7 +2,7 @@ on: push
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
pool: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [Linux, macOS, Windows]
|
operating-system: [Linux, macOS, Windows]
|
||||||
|
@ -13,6 +13,5 @@ jobs:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
|
||||||
|
|
||||||
- name: npm test
|
- name: npm test
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
Loading…
Add table
Reference in a new issue