diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35ac16a..7e158a8 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: 10 + version: 11 run_install: true - name: Run tests @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 run_install: true - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29308c9..d69b54f 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: 10 + version: 11 run_install: true - name: Create Release Pull Request or Publish to npm