Skip to content

Commit f27ecb1

Browse files
committed
Merge branch 'release-next'
2 parents ab69f9a + 77d22fa commit f27ecb1

File tree

31 files changed

+257
-123
lines changed

31 files changed

+257
-123
lines changed

.github/workflows/integration-full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: ./.github/workflows/shared-integration.yml
3232
with:
3333
os: "ubuntu-latest"
34-
node_version: "[20, 22]"
34+
node_version: "[20.18, 22]"
3535
browser: '["chromium", "firefox"]'
3636

3737
integration-windows:
@@ -49,5 +49,5 @@ jobs:
4949
uses: ./.github/workflows/shared-integration.yml
5050
with:
5151
os: "macos-latest"
52-
node_version: "[20, 22]"
52+
node_version: "[20.18, 22]"
5353
browser: '["webkit"]'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
node:
29-
- 20
29+
- 20.18
3030
- 22
3131

3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)