Skip to content

Commit d9cad84

Browse files
committed
chore(ci): fix the integration tests too
1 parent 2bc96f6 commit d9cad84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration-tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
17-
node-version: ['18.14.0', '20', '22']
17+
# Pinning 20.x version as a temporary workaround due to this https://github.com/nodejs/node/issues/52884
18+
node-version: ['18.14.0', '20.12.2', '22']
1819
shard: ['1/4', '2/4', '3/4', '4/4']
1920

2021
exclude:
2122
- os: macOS-latest
2223
node-version: '18.14.0'
2324
- os: windows-latest
2425
node-version: '18.14.0'
25-
- os: windows-latest
26-
node-version: '22'
2726
fail-fast: false
2827
steps:
2928
# Sets an output parameter if this is a release PR

0 commit comments

Comments
 (0)