From d072459d8a3768e52e2f424a2f0003b88cf3ca57 Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Tue, 7 Feb 2023 18:13:18 +0800 Subject: [PATCH] test: since ignore are node-version-agnostic, so only test on node LTS --- .travis.yml | 4 +--- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 249b16c..be8f279 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ arch: language: node_js sudo: false node_js: - - "10" - - "12" - - "14" + - "18" before_install: - git --version diff --git a/appveyor.yml b/appveyor.yml index 3083318..4d297e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ # Test against this version of Node.js environment: matrix: - - nodejs_version: "12" + - nodejs_version: "18" # Install scripts. (runs after repo cloning) install: