Skip to content

Commit cbafc31

Browse files
authored
build: vue and ci (#556)
1 parent e3cb8c0 commit cbafc31

File tree

3 files changed

+154
-79
lines changed

3 files changed

+154
-79
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 8
2727

2828
- name: Install dependencies
29-
run: pnpm install --no-frozen-lockfile
29+
run: pnpm install --frozen-lockfile
3030

3131
- name: Run build
3232
run: pnpm run build:docker

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"stylelint-config-recommended-vue": "^1.4.0",
9191
"stylelint-stylus": "^0.18.0",
9292
"ts-md5": "^1.3.1",
93-
"vue": "^3.5.13",
93+
"vue": "^3.5.20",
9494
"vue-codemirror": "^6.1.1",
9595
"vue-echarts": "^6.5.0",
9696
"vue-i18n": "^9.2.2",

0 commit comments

Comments
 (0)