lite: tweak lockfile name
This commit is contained in:
parent
1c8b9c9b13
commit
39aa01b974
6 changed files with 5 additions and 2 deletions
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: 'public-yarn.lock'
|
||||
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
|
1
.github/workflows/publish-canary.yml
vendored
1
.github/workflows/publish-canary.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: 'public-yarn.lock'
|
||||
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
|
1
.github/workflows/publish-manual.yml
vendored
1
.github/workflows/publish-manual.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: 'public-yarn.lock'
|
||||
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
|
1
.github/workflows/publish-new.yml
vendored
1
.github/workflows/publish-new.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: 'public-yarn.lock'
|
||||
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
enableInlineBuilds: true
|
||||
|
||||
lockfileFilename: public-yarn.lock
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.5.0.cjs
|
||||
|
|
Loading…
Reference in a new issue