Skip to content

Commit f12cac6

Browse files
committed
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 0f623fd)
1 parent 8d20cb9 commit f12cac6

File tree

Image for: File tree

1 file changed

Image for: 1 file changed
+2
-2
lines changed

1 file changed

Image for: 1 file changed
+2
-2
lines changed

‎.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
os: linux
33
node_js:
4-
- "10"
4+
- "10" # required by jQuery infra
55
- "12"
66
- "14"
7-
- "15"
7+
- "16"
88
env:
99
- NPM_SCRIPT=test:browserless
1010
jobs:

0 commit comments

Image for: 0 commit comments
Comments
 (0)