Build: Test on Node.js 18 & 19, stop testing on Node 12

Closes gh-5160
This commit is contained in:
Michał Gołębiowski-Owczarek 2022-11-17 13:22:21 +01:00 committed by GitHub
parent 3299236c89
commit f62d8e2159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
matrix:
# Node.js 10 is required by jQuery infra
# Do not remove 16.x until jsdom tests are re-enabled on newer Node.js versions.
NODE_VERSION: [10.x, 12.x, 14.x, 16.x, 17.x]
NODE_VERSION: [10.x, 14.x, 16.x, 18.x, 19.x]
NPM_SCRIPT: ["test:browserless"]
include:
- NAME: "Browser tests: full build, Chrome & Firefox stable"