From 97069614ac4fc2414dcb1013baae1aa77a2e5a6d Mon Sep 17 00:00:00 2001 From: netil Date: Mon, 18 Dec 2023 18:27:35 +0900 Subject: [PATCH] chore(ci): upgrade node matrix version --- .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 c911e9dd8..e0a2efc94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 17.x, 18.x] + node-version: [18.x, 19.x, 20.x] steps: - uses: actions/checkout@v3