Compare commits

...

6 Commits

Author SHA1 Message Date
Daniel O'Connor
08b63b372a Commit these 2024-09-29 07:47:53 +00:00
Daniel O'Connor
98c9456065 Trial with corepack 2024-09-29 07:30:11 +00:00
Daniel O'Connor
33b0f743a5 Trial with corepack 2024-09-29 07:24:27 +00:00
Daniel O'Connor
3b1add686b Update yarn 2024-09-29 07:16:29 +00:00
Daniel O'Connor
723d62bf41 Update percy 2024-09-29 07:10:06 +00:00
Daniel O'Connor
68e4a32cff Update jshint 2024-09-29 07:09:21 +00:00
6 changed files with 3262 additions and 1742 deletions

View File

@@ -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)"

BIN
.yarn/install-state.gz Normal file
View File

Binary file not shown.

925
.yarn/releases/yarn-4.5.0.cjs vendored Executable file
View File

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

@@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.5.0.cjs

View File

@@ -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"
}

4071
yarn.lock
View File

File diff suppressed because it is too large Load Diff