Skip to content

Commit

Permalink
Pin Playwright to Node 20.5.1 to fix hanging tests (#9000)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Mar 7, 2024
1 parent 9fd4e7a commit f48733e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "ubuntu-latest"
node_version: "[18, 20]"
node_version: '[18, "20.5.1"]'
browser: '["chromium", "firefox"]'

integration-windows:
Expand All @@ -54,7 +54,7 @@ jobs:
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "windows-latest"
node_version: "[18, 20]"
node_version: '[18, "20.5.1"]'
browser: '["msedge"]'

integration-macos:
Expand All @@ -63,5 +63,5 @@ jobs:
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "macos-latest"
node_version: "[18, 20]"
node_version: '[18, "20.5.1"]'
browser: '["webkit"]'

0 comments on commit f48733e

Please sign in to comment.