From ad9eafdbc99ff91449243ff1a06100907c3e6cd9 Mon Sep 17 00:00:00 2001 From: teppeis Date: Mon, 6 May 2024 15:30:01 +0900 Subject: [PATCH] ci: run in Node v22 --- .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 955847b7..1e3145cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4