chore: add legacy peerdeps

This commit is contained in:
Maulana Sodiqin
2025-04-07 19:20:32 +07:00
parent f2e1cead83
commit 0709c3a2bd
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Nx Build
run: npx nx run-many --target=build --all