diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23f9f5ce52..e397eceef7 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.3.0 - 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.3.0 - name: Setup Node uses: actions/setup-node@v3 with: @@ -84,7 +84,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.2.1 with: - version: 6.32.8 + version: 7.3.0 - name: Setup Node uses: actions/setup-node@v3 with: diff --git a/package.json b/package.json index 6e592bbde4..689bcfc1a1 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "**/tests", "**/__tests__" ], - "packageManager": "pnpm@6.32.8", + "packageManager": "pnpm@7.3.0", "funding": [ { "type": "github",