From a5a0f7f1aa10174db5ccbe76ec28ac3f83e4c7cb Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sun, 21 Jul 2024 22:39:07 +0900 Subject: [PATCH] fixed the node js 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 2b35967..35849f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, '22.4.1'] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}