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.
1 parent e637d46 commit 597c23aCopy full SHA for 597c23a
.github/workflows/build.yml
@@ -1389,11 +1389,14 @@ jobs:
1389
if: contains(matrix.os, 'windows')
1390
run: yarn config set network-timeout 600000 -g
1391
1392
+ - name: Debug Node version
1393
+ run: node --version
1394
+
1395
- name: Install dependencies
- env:
- SKIP_PLAYWRIGHT_BROWSER_INSTALL: "1"
1396
if: steps.restore-dependencies.outputs.cache-hit != 'true'
1397
run: yarn install --ignore-engines --frozen-lockfile
1398
+ env:
1399
+ SKIP_PLAYWRIGHT_BROWSER_INSTALL: "1"
1400
1401
- name: Configure safe directory
1402
run: |
0 commit comments