We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c1738 commit 2bc96f6Copy full SHA for 2bc96f6
.github/workflows/e2e-tests.yml
@@ -19,9 +19,8 @@ jobs:
19
strategy:
20
matrix:
21
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']
+ # Pinning 20.x version as a temporary workaround due to this https://github.com/nodejs/node/issues/52884
+ node-version: ['18.14.0', '20.12.2', '22']
25
fail-fast: false
26
27
steps:
0 commit comments