diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8383b4c..cb35e562 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v4 with: - node-version: 22.12.0 + node-version: 22.13.0 cache: "pnpm" - name: Install dependencies