Skip to content

Commit 9742739

Browse files
authored
Merge pull request #1735 from guilherme-gm/upgrade-workflows
ci(storybook): ignore engines during Vue 2 storybook install
2 parents 718fd6a + ecdc178 commit 9742739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-vue-storybook.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ jobs:
5050
clean: false
5151
path: vue2
5252
- 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
5355
run: |
5456
cd ${GITHUB_WORKSPACE}/vue2
55-
yarn install --offline
57+
yarn install --offline --ignore-engines
5658
- name: Build Vue 2 storybook
5759
run: |
5860
cd ${GITHUB_WORKSPACE}/vue2

0 commit comments

Comments
 (0)