From 372a001a214c48189f118b2787b2c70af0af17ef Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Tue, 21 Jul 2026 14:26:52 +0900 Subject: [PATCH] ci: run lint on Node.js 22 --- .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 6f0751c56..551388fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: yarn - run: yarn install --frozen-lockfile - run: yarn lint