From 0f623fdc8db128657716290cb7d57430e224c977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 12 Jul 2021 18:34:56 +0200 Subject: [PATCH] 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 --- .travis.yml | 4 ++-- 1 file 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: