]> 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)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 12 Jul 2021 16:36:25 +0000 (18:36 +0200)
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 0f623fdc8db128657716290cb7d57430e224c977)

.travis.yml

index 65bbc37880c1df9903f87ea37690894b5e3ff83e..3d542cec0b097b0ab683e40b887bbd47020da87f 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: