mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
Compare commits
2 Commits
215562ed40
...
84d567c926
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84d567c926 | ||
|
|
a80d5ddfb4 |
@ -26,6 +26,8 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
cache-dependency-path: bugulma/frontend/yarn.lock
|
cache-dependency-path: bugulma/frontend/yarn.lock
|
||||||
|
- name: Enable Corepack (for Yarn)
|
||||||
|
run: corepack enable
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: bugulma/frontend
|
working-directory: bugulma/frontend
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
@ -134,6 +136,8 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
cache-dependency-path: bugulma/frontend/yarn.lock
|
cache-dependency-path: bugulma/frontend/yarn.lock
|
||||||
|
- name: Enable Corepack (for Yarn)
|
||||||
|
run: corepack enable
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: bugulma/frontend
|
working-directory: bugulma/frontend
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user