From 2a42f2a65e7e3b326e193129a64a43d5eea4cf97 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 24 Jun 2026 16:17:24 +0000 Subject: [PATCH] ci: update Node to v24 and pin actions to @main Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_013oL7AstFKypZEurARBBx6Y --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b5bf5..a268875 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,15 +13,15 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@main - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@main with: - node-size: 18 + node-version: 24 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@main with: version: 8