Skip to content

Commit 92b8871

Browse files
committed
Revert PNPM version to version 8 for Node 16 compatibility
1 parent 065335a commit 92b8871

File tree

3 files changed

+3294
-4099
lines changed

3 files changed

+3294
-4099
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Install pnpm
3232
uses: pnpm/action-setup@v4
33+
with:
34+
version: 8
3335

3436
- uses: actions/setup-node@v4
3537
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"npm-run-all": "^4.1.5",
3232
"semver": "^6.3.1"
3333
},
34-
"packageManager": "pnpm@10.15.1+sha256.8c53af02ae3ec1fb0ae75377f8d4d6217c2d7cbe6f03c16350cabf7493de6eff"
34+
"packageManager": "pnpm@8.15.0"
3535
}

0 commit comments

Comments
 (0)