diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d9b3a..1171fb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.16.0 + version: 11.17.0 run_install: true - name: Run tests @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.16.0 + version: 11.17.0 run_install: true - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c2c8b8..4e1a305 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.16.0 + version: 11.17.0 run_install: true - name: Create Release Pull Request or Publish to npm