From f3918bd0055605a9dd8166100166103d2a6c0f8d Mon Sep 17 00:00:00 2001 From: sasaplus1 Date: Tue, 26 Dec 2023 15:05:54 +0900 Subject: [PATCH 1/2] ci: remove older versions from matrix --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7457800..c562c5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,6 @@ jobs: fail-fast: false matrix: node: - - 14 - - 16 - 18 - 20 - lts/* From a7633fca26955d665aaa55d7a33710629cc5a02f Mon Sep 17 00:00:00 2001 From: sasaplus1 Date: Tue, 26 Dec 2023 15:06:38 +0900 Subject: [PATCH 2/2] ci: upgrade node.js version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9558bec..6d55963 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: npm registry-url: 'https://registry.npmjs.org' - name: Set git user