diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1c5d29..a44527e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24.18.0' - run: npm i -g --force corepack && corepack enable - run: pnpm install - run: pnpm dev:prepare