mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-23 12:07:08 +00:00
build!: use pnpm (#820)
BREAKING CHANGE: This project now uses pnpm instead of yarn
This commit is contained in:
parent
fd4ca43dc2
commit
1639f1a892
10 changed files with 3839 additions and 4744 deletions
17
package.json
17
package.json
|
|
@ -15,8 +15,8 @@
|
|||
},
|
||||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
"node": ">=20.11.0",
|
||||
"yarn": "^1.22.0"
|
||||
"node": ">=20.9.0",
|
||||
"pnpm": "^8.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "run-s clean compile",
|
||||
|
|
@ -64,5 +64,16 @@
|
|||
"ts-node": "10.9.2",
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
"packageManager": "yarn@1.22.21"
|
||||
"packageManager": "pnpm@8.15.1",
|
||||
"pnpm": {
|
||||
"supportedArchitectures": {
|
||||
"os": [
|
||||
"linux",
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue