workflow: npm install use --legacy-peer-deps instead of --force
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m13s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-20 09:04:29 +07:00
parent de73c8d68f
commit 9a05e78fc5

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install project dependencies
run: |
cd accounting-ng-nuttakit
npm install --force
npm install --legacy-peer-deps
- name: Build webapp
run: |
cd accounting-ng-nuttakit