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
20eb4fe5c0
commit
c49f43d17b
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
||||
node-version: "20.x"
|
||||
cache: yarn
|
||||
cache-dependency-path: foomo/yarn.lock
|
||||
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Release to GitHub Pages
|
||||
working-directory: foomo
|
||||
|
||||
3
.github/workflows/validate.yml
vendored
3
.github/workflows/validate.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
||||
node-version: "20.x"
|
||||
cache: yarn
|
||||
cache-dependency-path: foomo/yarn.lock
|
||||
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Test Build
|
||||
working-directory: foomo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user