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

(cherry picked from commit 0f623fdc8d)
This commit is contained in:
Michał Gołębiowski-Owczarek 2021-07-12 18:34:56 +02:00 committed by Michał Gołębiowski-Owczarek
parent 8d20cb9732
commit f12cac6075

View File

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