mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 20:58:20 +02:00
ci: GitHub Actions Test on node: [12.x, 14.x, 16.x] (#2439)
This commit is contained in:
parent
161c2353ef
commit
b7bccdb527
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 15
|
max-parallel: 15
|
||||||
matrix:
|
matrix:
|
||||||
node: [10.x, 12.x, 14.x]
|
node: [12.x, 14.x, 16.x]
|
||||||
python: [3.6, 3.8, 3.9]
|
python: [3.6, 3.8, 3.9]
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue