follow-up: use Node.js 16 instead of Node.js 15

This commit is contained in:
Dirk Stolle 2021-05-07 15:55:30 +02:00
parent bf5dd5d63d
commit a42d3ebdbf
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ node_js:
- "10" - "10"
- "12" - "12"
- "14" - "14"
- "15" - "16"
matrix: matrix:
fast_finish: true fast_finish: true

View File

@ -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: