Skip to content

Commit 2bc96f6

Browse files
committed
chore(ci): windows node 20 regression
1 parent 97c1738 commit 2bc96f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [windows-latest]
22-
node-version: ['18.14.0', '20']
23-
# Temporary workaround due to this https://github.com/nodejs/node/issues/52682
24-
# node-version: ['18.14.0', '20', '22']
22+
# Pinning 20.x version as a temporary workaround due to this https://github.com/nodejs/node/issues/52884
23+
node-version: ['18.14.0', '20.12.2', '22']
2524
fail-fast: false
2625

2726
steps:

0 commit comments

Comments
 (0)