Skip to content

Commit 075a186

Browse files
authored
ci: workaround for a flaky test in Node.js 18.18.0 (#223)
* test: fix flaky test * wip * wip * wip * wip: fail fast * wip * wip * wip * wip * wip * wip * wip * wip * wip: revert
1 parent f68c64e commit 075a186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
node: [24.x, 22.x, 20.x, 18.x, "18.18.0"]
28+
# Please avoid setting the Node.js version to "18.18.0"
29+
# https://github.com/eslint/generator-eslint/pull/223
30+
node: [24.x, 22.x, 20.x, 18.x, "18.18.1"]
2931
include:
3032
- os: windows-latest
3133
node: "lts/*"

0 commit comments

Comments
 (0)