Remove 'yarn' cache option in CI.
Build and Deploy Web App / build-and-deploy (push) Failing after 6s
Details
Build and Deploy Web App / build-and-deploy (push) Failing after 6s
Details
This commit is contained in:
parent
fb1e54c6ee
commit
f1e5dd0ea7
|
|
@ -12,7 +12,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '22.x'
|
node-version: '22.x'
|
||||||
cache: 'yarn'
|
|
||||||
- name: Enable Corepack
|
- name: Enable Corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
- name: Install Yarn
|
- name: Install Yarn
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue