fix: npm install deps frozen lockfile

This commit is contained in:
Дмитрий
2026-03-25 13:56:54 +03:00
parent e55fd159cb
commit 4a1eb650f4

View File

@@ -23,7 +23,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Install deps - name: Install deps
run: npm install run: npm ci
- name: Generate TS Protobuf - name: Generate TS Protobuf
run: npm run generate run: npm run generate