diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea980b2..2ef2148 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v5 - name: Use Node.js v24 - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 24.x cache: "npm"