Skip to content

Commit 61ce386

Browse files
authored
Merge pull request #4279 from SukkaW/package-json-corepack
chore: specify yarn 1 in package.json
2 parents a15c4d9 + 844c2a2 commit 61ce386

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
},
6464
"resolutions": {
6565
"lint-staged/yaml": "^2.2.2"
66-
}
67-
}
66+
},
67+
"packageManager": "yarn@1.22.19"
68+
}

0 commit comments

Comments
 (0)