From 5e19b2deefee32cbb2138660a7ed2d40d71705ab Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Wed, 16 Apr 2025 13:42:16 +0900 Subject: [PATCH 1/2] ci: update Node.js versions in Travis CI configuration --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee20257..1710607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,12 @@ node_js: - "8" - "10" - "12" + - "14" + - "16" + - "18" matrix: include: - - node_js: "13" + - node_js: "19" env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly" allow_failures: # Allow the nightly installs to fail From bdf09c986e7df57ccecd8dab657467b708fedc86 Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Wed, 16 Apr 2025 15:58:27 +0900 Subject: [PATCH 2/2] ci: update Node.js versions in Travis CI configuration --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1710607..16a2842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,11 @@ node_js: - "14" - "16" - "18" + - "20" + - "22" matrix: include: - - node_js: "19" + - node_js: "23" env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly" allow_failures: # Allow the nightly installs to fail