Skip to content

Commit 0f623fd

Browse files
authored
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
1 parent 482f846 commit 0f623fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
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

Comments
 (0)