follow-up: use Node.js 16 instead of Node.js 15
This commit is contained in:
parent
bf5dd5d63d
commit
a42d3ebdbf
@ -6,7 +6,7 @@ node_js:
|
|||||||
- "10"
|
- "10"
|
||||||
- "12"
|
- "12"
|
||||||
- "14"
|
- "14"
|
||||||
- "15"
|
- "16"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -13,7 +13,7 @@ environment:
|
|||||||
platform: x86
|
platform: x86
|
||||||
- nodejs_version: "14"
|
- nodejs_version: "14"
|
||||||
platform: x86
|
platform: x86
|
||||||
- nodejs_version: "15"
|
- nodejs_version: "16"
|
||||||
platform: x86
|
platform: x86
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user