From c2a73ca0170d0bd90edcd27261ad94986257294c Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 24 Nov 2024 23:47:57 +0900 Subject: [PATCH] Run CI with node22 --- .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 d3f02cf..ff43a48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}