changed ci to create its own pakcage-lock

This commit is contained in:
2025-11-02 21:13:32 +01:00
parent e09979aa77
commit 8ccd506b7d

View File

@@ -83,6 +83,10 @@ jobs:
with:
node-version: '20'
- name: Create package-lock.json
working-directory: .
run: RUN npm i --package-lock-only
- name: Install backend dependencies
working-directory: ./backend
run: npm ci