diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b94a89b..54d9b3a 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.15.1 + version: 11.16.0 run_install: true - name: Run tests @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.15.1 + version: 11.16.0 run_install: true - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9146a33..7c2c8b8 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.15.1 + version: 11.16.0 run_install: true - name: Create Release Pull Request or Publish to npm