From d8a32006192e657f8b03ac6f7c43770d582f09ee Mon Sep 17 00:00:00 2001 From: mssoftjp Date: Sun, 17 May 2026 21:16:51 +0900 Subject: [PATCH] ci: update github actions versions --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a511c61..d2d692d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,6 @@ on: - main workflow_dispatch: -env: - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true - jobs: prepr: name: Pre-PR checks @@ -18,10 +15,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 cache: npm