From d870a2705e03ddb05b889c217d5f9895d1a4348a Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:26:46 +0900 Subject: [PATCH] =?UTF-8?q?CI=20test:=20=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=81=99=E3=82=8BNode.js=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E4=BF=AE=E6=AD=A3=20(#21)?= 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 a277d80..0e01032 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16, 18 ] + node-version: [ 18, 20, 22 ] steps: - name: checkout uses: actions/checkout@v2