mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-01 12:49:59 -04:00
Compare commits
6 Commits
openapi
...
yarn-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08b63b372a | ||
|
|
98c9456065 | ||
|
|
33b0f743a5 | ||
|
|
3b1add686b | ||
|
|
723d62bf41 | ||
|
|
68e4a32cff |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -72,6 +72,8 @@ jobs:
|
|||||||
#
|
#
|
||||||
# See https://github.com/actions/cache/blob/master/examples.md#node---yarn for details
|
# See https://github.com/actions/cache/blob/master/examples.md#node---yarn for details
|
||||||
#
|
#
|
||||||
|
- name: Enable Corepack
|
||||||
|
run: corepack enable
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||||
|
|||||||
BIN
.yarn/install-state.gz
Normal file
BIN
.yarn/install-state.gz
Normal file
Binary file not shown.
925
.yarn/releases/yarn-4.5.0.cjs
vendored
Executable file
925
.yarn/releases/yarn-4.5.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
3
.yarnrc.yml
Normal file
3
.yarnrc.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-4.5.0.cjs
|
||||||
@@ -27,5 +27,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/growstuff/growstuff/issues"
|
"url": "https://github.com/growstuff/growstuff/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/growstuff/growstuff#readme"
|
"homepage": "https://github.com/growstuff/growstuff#readme",
|
||||||
|
"packageManager": "yarn@4.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user