mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
build: use yarn v1 (#619)
This commit is contained in:
parent
078375e1c8
commit
a5fa44f179
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
"node": " >=16.0.0",
|
||||
"yarn": ">=1.22.0"
|
||||
"yarn": "^1.22.0"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --ignore-unknown --write \"**/*.*\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue