Skip to content

Commit 0cfcd6f

Browse files
authored
ci(v8): Pin node-integration-test version to 18.20.5 (#15221)
It _seems_ we've got way more flakes since 18.20.6 was released, let's see if this fixes this possibly... Backport
1 parent 42969d7 commit 0cfcd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ jobs:
715715
strategy:
716716
fail-fast: false
717717
matrix:
718-
node: [14, 16, 18, 20, 22]
718+
node: [14, 16, '18.20.5', 20, 22]
719719
typescript:
720720
- false
721721
include:

0 commit comments

Comments
 (0)