Fix Mika CI install workflow

This commit is contained in:
Felipe Domingues 2026-04-30 16:16:50 -03:00
parent 4c4231ee6f
commit 19753aacda
2 changed files with 1805 additions and 3 deletions

View file

@ -21,11 +21,11 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
cache: npm cache: npm
- name: Install dependencies - name: Install dependencies
run: npm ci --legacy-peer-deps run: npm install --legacy-peer-deps
- name: Build frontend - name: Build frontend
run: npm run build run: npm run build

1804
package-lock.json generated

File diff suppressed because it is too large Load diff