From 932cf81c5b06ad1eec142876d4e36342283100fc Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 4 May 2022 14:42:28 +0000 Subject: [PATCH] chore(): fix vue install step --- .github/workflows/actions/build-vue/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/build-vue/action.yml b/.github/workflows/actions/build-vue/action.yml index 5df2cc0f4c..5da64ef981 100644 --- a/.github/workflows/actions/build-vue/action.yml +++ b/.github/workflows/actions/build-vue/action.yml @@ -20,7 +20,7 @@ runs: path: ./core filename: CoreBuild.zip - name: Install Vue Dependencies - run: npm install + run: npm install --legacy-peer-deps shell: bash working-directory: ./packages/vue - name: Sync