From 06cf751528390080cd111febb085b95e6f139c0c Mon Sep 17 00:00:00 2001 From: abetomo Date: Thu, 21 Apr 2022 09:06:13 +0900 Subject: [PATCH] ci: add nodejs18 as it is released Drop nodejs17 as it will be eol soon. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 702fe4330..ec1fd643d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [12.x, 14.x, 16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: