Fix ci workflow
Some checks failed
Build and deploy updated apps / build (push) Failing after 51s

This commit is contained in:
Dominik Milacher 2025-06-13 18:03:00 +02:00
parent 5cda10bec1
commit 96db0122e0

View File

@ -15,10 +15,12 @@ jobs:
- uses: https://github.com/actions/setup-node@v4 - uses: https://github.com/actions/setup-node@v4
with: with:
node-version: 22 node-version: 22
cache: pnpm
- uses: https://github.com/pnpm/action-setup@v3 - uses: https://github.com/pnpm/action-setup@v3
with: { version: 9, run_install: false } with:
version: 9
run_install: false
cache: true
- name: Install - name: Install
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile