We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 718fd6a + ecdc178 commit 9742739Copy full SHA for 9742739
.github/workflows/deploy-vue-storybook.yml
@@ -50,9 +50,11 @@ jobs:
50
clean: false
51
path: vue2
52
- name: Install vue2 dependencies
53
+ # Use ignore-engines because some dependencies are locked to old Node versions,
54
+ # and we are no longer updating Vue 2 version
55
run: |
56
cd ${GITHUB_WORKSPACE}/vue2
- yarn install --offline
57
+ yarn install --offline --ignore-engines
58
- name: Build Vue 2 storybook
59
60
0 commit comments