Skip to content

Commit 8c156b7

Browse files
authored
chore: Update to pnpm 9 (#231)
1 parent 5a9f050 commit 8c156b7

File tree

4 files changed

+2400
-2030
lines changed

4 files changed

+2400
-2030
lines changed

actions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"action-docs": "^2.0.0",
2323
"common-tags": "^1.8.2",
2424
"jest": "29.7.0",
25-
"prettier": "^3.0.0",
25+
"prettier": "^3.3.2",
2626
"ts-jest": "^29.1.0",
2727
"tsup": "^8.0.0",
2828
"typescript": "5.2.2"

actions/pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config-inject/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"bin": "./cli.js",
2727
"type": "module",
2828
"engines": {
29-
"node": ">=16"
29+
"node": ">=16",
30+
"pnpm": "9.x"
3031
},
3132
"publishConfig": {
3233
"registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)