Skip to content

Commit 1c41d85

Browse files
authored
test error fix
--ignore-engines vuejs/vue-cli#7116
1 parent 38afbde commit 1c41d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chromatic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Job steps
1313
steps:
1414
- uses: actions/checkout@v1
15-
- run: yarn
15+
- run: yarn --ignore-engines
1616
#👇 Adds Chromatic as a step in the workflow
1717
- uses: chromaui/action@v1
1818
# Options required for Chromatic's GitHub Action

0 commit comments

Comments
 (0)