diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6103533d..19e08fb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.2.1 with: - version: 6.32.8 + version: 7.5.1 - name: Setup Node uses: actions/setup-node@v3 with: @@ -55,7 +55,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.2.1 with: - version: 6.32.8 + version: 7.5.1 - name: Setup Node uses: actions/setup-node@v3 with: @@ -85,7 +85,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.2.1 with: - version: 6.32.8 + version: 7.5.1 - name: Setup Node uses: actions/setup-node@v3 with: diff --git a/package.json b/package.json index 40f4310f..2c47948c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "**/tests", "**/__tests__" ], - "packageManager": "pnpm@6.32.8", + "packageManager": "pnpm@7.5.1", "funding": [ { "type": "github",