Skip to content

Commit

Permalink
Build: Test on Node.js 16 instead of 15
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mgol committed Jul 12, 2021
1 parent 8d20cb9 commit f12cac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f12cac6

Please sign in to comment.