Build: Test on Node.js 16 instead of 15

Node.js 10 is kept for now despite being EOL'd as that's what our current
infrastructure relies on.

Closes gh-4902
This commit is contained in:
Michał Gołębiowski-Owczarek 2021-07-12 18:34:56 +02:00 committed by GitHub
parent 482f846203
commit 0f623fdc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
language: node_js language: node_js
os: linux os: linux
node_js: node_js:
- "10" - "10" # required by jQuery infra
- "12" - "12"
- "14" - "14"
- "15" - "16"
env: env:
- NPM_SCRIPT=test:browserless - NPM_SCRIPT=test:browserless
jobs: jobs: