Skip to content

Commit 75c6f33

Browse files
authored
chore: run yarn install --frozen-lockfile with Yarn 1.22.22 (#913)
The version of yarn to be used was not specified, but yarn wants to add it to the `package.json` file when the install command is run. Also ran `corepack use yarn@1` to get access to Yarn 1.22.22
1 parent 59f6bc3 commit 75c6f33

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"optionalDependencies": {
4242
"@babel/parser": "^7.28.0",
4343
"@typescript-eslint/typescript-estree": "^8.37.0"
44-
}
44+
},
45+
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
4546
}

0 commit comments

Comments
 (0)