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
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci --legacy-peer-deps
run: npm install --legacy-peer-deps
- name: Build frontend
run: npm run build