From bb5c25c2e52ff402a39dd24bb21aac764c16ee24 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Garcia Date: Wed, 17 Apr 2024 10:55:03 +0200 Subject: [PATCH] chore: upgrade Travis build to NodeJS 20 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 034efc8..8c14e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: node_js notifications: email: false node_js: - - 14 + - 20 script: - npm run test - npm run lint