From: Michał Gołębiowski-Owczarek Date: Mon, 12 Jul 2021 16:34:56 +0000 (+0200) Subject: Build: Test on Node.js 16 instead of 15 X-Git-Tag: 4.0.0-beta~134 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0f623fdc8db128657716290cb7d57430e224c977;p=jquery.git 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 --- 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: