mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
Compare commits
No commits in common. "0dac4072fc7f0e32b8e2f305f667ebfbdee07096" and "84d567c926698de98a603cd518810f0432718dc1" have entirely different histories.
0dac4072fc
...
84d567c926
@ -24,6 +24,8 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: bugulma/frontend/yarn.lock
|
||||
- name: Enable Corepack (for Yarn)
|
||||
run: corepack enable
|
||||
- name: Install dependencies
|
||||
@ -132,6 +134,8 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: bugulma/frontend/yarn.lock
|
||||
- name: Enable Corepack (for Yarn)
|
||||
run: corepack enable
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user