fix: npm install deps frozen lockfile
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user