mirror of
https://github.com/foomo/foomo-docs.git
synced 2025-10-16 12:35:40 +00:00
fix: corepack
This commit is contained in:
parent
c49f43d17b
commit
4680527d5a
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -17,8 +17,6 @@ jobs:
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: "20.x"
|
||||
cache: yarn
|
||||
cache-dependency-path: foomo/yarn.lock
|
||||
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
|
||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -17,8 +17,6 @@ jobs:
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: "20.x"
|
||||
cache: yarn
|
||||
cache-dependency-path: foomo/yarn.lock
|
||||
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user