diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f52b506..6dcfc31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,9 +27,9 @@ jobs: node-version: 16.x - name: Setup pnpm - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.1 with: - version: 6.28.0 + version: 6.x.x - name: Install dependencies run: pnpm install --frozen-lockfile