mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-09-08 20:20:11 -04:00
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08b63b372a | ||
|
|
98c9456065 | ||
|
|
33b0f743a5 | ||
|
|
3b1add686b | ||
|
|
723d62bf41 | ||
|
|
68e4a32cff |
No files matched your search
@@ -72,6 +72,8 @@ jobs:
|
||||
#
|
||||
# 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
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
|
||||
Binary file not shown.
+925
File diff suppressed because one or more lines are too long.
@@ -0,0 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.5.0.cjs
|
||||
+2
-1
@@ -27,5 +27,6 @@
|
||||
"bugs": {
|
||||
"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