Skip to content

Commit 932cf81

Browse files
committed
chore(): fix vue install step
1 parent 0b9e7c6 commit 932cf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/build-vue/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
path: ./core
2121
filename: CoreBuild.zip
2222
- name: Install Vue Dependencies
23-
run: npm install
23+
run: npm install --legacy-peer-deps
2424
shell: bash
2525
working-directory: ./packages/vue
2626
- name: Sync

0 commit comments

Comments
 (0)