mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 23:18:25 +02:00
rework approach
This commit is contained in:
parent
0e2f9cde8b
commit
1364035bf3
8 changed files with 328 additions and 55 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
operating-system: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue