Upgrade yarn

This commit is contained in:
Aria Minaei 2023-08-31 21:49:26 +02:00 committed by Aria
parent f67bcac7ec
commit 8db04544be
4 changed files with 878 additions and 787 deletions

File diff suppressed because one or more lines are too long

874
.yarn/releases/yarn-3.6.3.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,9 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: '@yarnpkg/plugin-compat'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs

View file

@ -59,7 +59,7 @@
"typescript": "5.1.6",
"yaml": "^2.3.1"
},
"packageManager": "yarn@3.2.0",
"packageManager": "yarn@3.6.3",
"dependencies": {
"@actions/core": "^1.10.0"
}