We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df0b6e commit 41fae83Copy full SHA for 41fae83
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
27
run: |
28
- yarn
+ yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline
29
30
- name: Retrieve vscode icons
31
uses: actions/checkout@v3
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: E2E Test
56
uses: mujo-code/puppeteer-headful@master
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
- name: Unit Test
95
0 commit comments