diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab1fd818..8ca93b99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,16 +16,17 @@ jobs: with: fetch-depth: 0 - - name: Setup Node.js - uses: actions/setup-node@v7 - with: - node-version: 22 - - name: Install pnpm uses: pnpm/action-setup@v6.0.9 with: version: 11.20.0 + - name: Setup Node.js + uses: actions/setup-node@v7 + with: + node-version: 24 + cache: pnpm + - name: Install dependencies run: pnpm install --frozen-lockfile