diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-07-12 18:34:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 18:34:56 +0200 |
commit | 0f623fdc8db128657716290cb7d57430e224c977 (patch) | |
tree | 3684174f7a9fa3cd2293e80f3ff6efd950dedeb1 | |
parent | 482f846203e82b1c2620f580e483bf41d11f9f49 (diff) | |
download | jquery-0f623fdc8db128657716290cb7d57430e224c977.tar.gz jquery-0f623fdc8db128657716290cb7d57430e224c977.zip |
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
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 292e72845..62a5dd180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |