Skip to content

Commit

Permalink
chore: Update yarn version used to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilgaly committed Dec 5, 2023
1 parent 019751d commit 118e260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"docker"
],
"main": "gh-action/dist/index.js",
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.7.0",
"scripts": {
"clean": "rimraf */dist */tsconfig.tsbuildinfo",
"setup-yarn": "yarn set version 3.3.0 && yarn config set nodeLinker node-modules && yarn plugin import workspace-tools",
"setup-yarn": "yarn set version 3.7.0 && yarn config set nodeLinker node-modules && yarn plugin import workspace-tools",
"ci": "yarn run setup-yarn && yarn install --immutable",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3977,11 +3977,11 @@ __metadata:

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=d73830"
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
languageName: node
linkType: hard

Expand Down

0 comments on commit 118e260

Please sign in to comment.