ci: add node14 to test matrix
This commit is contained in:
parent
86c166eece
commit
5fc3c7424a
4 changed files with 6 additions and 6 deletions
2
.github/workflows/linux.yaml
vendored
2
.github/workflows/linux.yaml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node: ['10', '12', '13']
|
node: ['10', '12', '13', '14']
|
||||||
version:
|
version:
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
|
|
2
.github/workflows/macos.yaml
vendored
2
.github/workflows/macos.yaml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node: ['10', '12', '13']
|
node: ['10', '12', '13', '14']
|
||||||
version:
|
version:
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
|
|
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node: ['10', '12', '13']
|
node: ['10', '12', '13', '14']
|
||||||
version:
|
version:
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
|
|
|
@ -16,9 +16,9 @@
|
||||||
|
|
||||||
## NodeJS
|
## NodeJS
|
||||||
|
|
||||||
| Node10 | Node 12 | Node13 |
|
| Node10 | Node 12 | Node13 | Node14 |
|
||||||
| --------- | --------- | --------- |
|
| ------ | ------- | ------ | ------ |
|
||||||
| ✓ | ✓ | ✓ |
|
| ✓ | ✓ | ✓ | ✓ |
|
||||||
|
|
||||||
A minimal library for building compiled Node add-ons in Rust.
|
A minimal library for building compiled Node add-ons in Rust.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue