]> source.dussan.org Git - jquery.git/commitdiff
Build: Test on Node.js 16 instead of 15
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 12 Jul 2021 16:34:56 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 16:34:56 +0000 (18:34 +0200)
Node.js 10 is kept for now despite being EOL'd as that's what our current
infrastructure relies on.

Closes gh-4902

.travis.yml

index 292e72845833ede11d7857ce2384a1d8776555e7..62a5dd1807e1c91a368e14bcb2d719180b2f9ca3 100644 (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: