Fix multiple platforms.
This commit is contained in:
parent
3fcc458461
commit
ea90f17154
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -9,11 +9,12 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: [ windows-latest, macos-latest, ubuntu-latest ]
|
||||
runs-on: ${{ matrix.os-type }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
os-type: [windows-latest, macos-latest, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user