Compare commits

..

No commits in common. "84d567c926698de98a603cd518810f0432718dc1" and "215562ed40ae278ce7aba62f3b5d49ff20684ab5" have entirely different histories.

View File

@ -26,8 +26,6 @@ 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
@ -136,8 +134,6 @@ 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