Skip to content

Commit 597c23a

Browse files
committed
debug node version WIP
1 parent e637d46 commit 597c23a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,11 +1389,14 @@ jobs:
13891389
if: contains(matrix.os, 'windows')
13901390
run: yarn config set network-timeout 600000 -g
13911391

1392+
- name: Debug Node version
1393+
run: node --version
1394+
13921395
- name: Install dependencies
1393-
env:
1394-
SKIP_PLAYWRIGHT_BROWSER_INSTALL: "1"
13951396
if: steps.restore-dependencies.outputs.cache-hit != 'true'
13961397
run: yarn install --ignore-engines --frozen-lockfile
1398+
env:
1399+
SKIP_PLAYWRIGHT_BROWSER_INSTALL: "1"
13971400

13981401
- name: Configure safe directory
13991402
run: |

0 commit comments

Comments
 (0)