Compare commits

..

No commits in common. "0dac4072fc7f0e32b8e2f305f667ebfbdee07096" and "84d567c926698de98a603cd518810f0432718dc1" have entirely different histories.

View File

@ -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