Skip to content

Commit 00f07fb

Browse files
committed
release: v0.6.7
Signed-off-by: seven <[email protected]>
1 parent 4ee2327 commit 00f07fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get update
3939
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
4040
- name: install frontend dependencies
41-
run: npm ci --legacy-peer-deps
41+
run: npm ci
4242
- run: npm run lint:check
4343
- run: npm audit --audit-level=critical
4444
- run: npm run test:ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sudo apt-get update
5656
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf pkg-config libssl-dev gcc-aarch64-linux-gnu
5757
- name: install frontend dependencies
58-
run: npm ci --legacy-peer-deps
58+
run: npm ci
5959
- run: npm run lint:check
6060
- run: npm audit --audit-level=critical
6161
- run: npm run test:ci

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dockit",
33
"private": true,
44
"type": "module",
5-
"version": "0.6.6",
5+
"version": "0.6.7",
66
"description": "DocKit is a desktop client designed for NoSQL database, support Elasticsearch and OpenSearch across Mac, windows and Linux",
77
"author": "geekfun <[email protected]>",
88
"homepage": "ttps://dockit.geekfun.club",

0 commit comments

Comments
 (0)