remove extra nodejs versions from pipeline
This commit is contained in:
parent
97ac139ca8
commit
234411cfcf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ciBuild.yml
vendored
2
.github/workflows/ciBuild.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x, 12.x, 14.x, 15.x]
|
node-version: [12.x, 14.x]
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue