From 6c081cff0c1e04bd59727e6c7a1c2978693c6979 Mon Sep 17 00:00:00 2001 From: polygonplanet Date: Wed, 6 Mar 2024 23:19:28 +0900 Subject: [PATCH] chore(ci): update node versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9757ad..5c3c5d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node: [14, 16, 18, 20] + node: [16, 18, 20] name: Test runs-on: ${{ matrix.os }}