Skip to content

Commit d38b938

Browse files
authored
ci: Pin node-integration-test version to 18.20.5 (#15220)
It _seems_ we've got way more flakes since 18.20.6 was released, let's see if this fixes this possibly...
1 parent 0963af0 commit d38b938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ jobs:
671671
strategy:
672672
fail-fast: false
673673
matrix:
674-
node: [18, 20, 22]
674+
node: ['18.20.5', 20, 22]
675675
typescript:
676676
- false
677677
include:

0 commit comments

Comments
 (0)