WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 49646b4

Browse files
committed
ci: use pnpm v9
1 parent 6588a86 commit 49646b4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

example-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"devDependencies": {
1515
"rs-module-lexer": "2.5.1"
1616
},
17-
"packageManager": "pnpm@10.13.1"
17+
"packageManager": "pnpm@9.7.0"
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"zx": "^7.2.3"
8181
},
8282
"//": "Do not upgrade 'husky' version, because it's using new es syntax",
83-
"packageManager": "pnpm@10.13.1",
83+
"packageManager": "pnpm@9.7.0",
8484
"engines": {
8585
"node": ">=14"
8686
},

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
packages:
22
- ./
33
- ./example
4-
5-
neverBuiltDependencies:

0 commit comments

Comments
 (0)