This commit is contained in:
Felicio Mununga 2024-10-29 11:30:00 +01:00
parent f3f47cc730
commit 869d499666
No known key found for this signature in database
GPG Key ID: B8A18D62FCD9EA6E
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build