Skip to content

Commit 5833fb2

Browse files
committed
chore: project
1 parent 700a7e8 commit 5833fb2

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: steps.yarn-node_modules.outputs.cache-hit != 'true'
8080
uses: bahmutov/npm-install@v1
8181
with:
82-
install-command: yarn install --silent
82+
install-command: corepack yarn --silent
8383
env:
8484
YARN_ENABLE_IMMUTABLE_INSTALLS: false
8585

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ compressionLevel: mixed
33
nmHoistingLimits: workspaces
44

55
nodeLinker: node-modules
6-
7-
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@
6565
"pnpm": ">=7.0.0",
6666
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
6767
},
68-
"packageManager": "yarn@4.9.4+sha512.7b1cb0b62abba6a537b3a2ce00811a843bea02bcf53138581a6ae5b1bf563f734872bd47de49ce32a9ca9dcaff995aa789577ffb16811da7c603dcf69e73750b"
68+
"packageManager": "yarn@4.10.2"
6969
}

0 commit comments

Comments
 (0)