From e4c03944a10e15b41b39b8b13055405c38587dc8 Mon Sep 17 00:00:00 2001 From: "K.Utsunomiya" Date: Wed, 31 Jan 2024 17:44:41 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E6=99=82=E3=81=ABno?= =?UTF-8?q?de.js=20v20=E3=81=A7=E3=82=82=E5=AE=9F=E6=96=BD=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a46c557..9c0bfbb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16, 18] + node: [16, 18, 20] name: Testing on Node.js ${{ matrix.node }} steps: - uses: actions/checkout@v4