From 4d6b5fa62895d14debfa78d27daa4c7c7be6651a Mon Sep 17 00:00:00 2001 From: Tomoyuki Sahara Date: Tue, 27 Aug 2024 11:41:36 +0900 Subject: [PATCH] =?UTF-8?q?CI=20=E3=81=AB=20node=2022=20=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E3=81=99=E3=82=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be3c2e8..a9b7e5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node: [18, 20] + node: [18, 20, 22] steps: - uses: actions/checkout@v1