Skip to content

Commit

Permalink
ci(v8): Pin node-integration-test version to 18.20.5 (#15221)
Browse files Browse the repository at this point in the history
It _seems_ we've got way more flakes since 18.20.6 was released, let's
see if this fixes this possibly...

Backport
  • Loading branch information
mydea authored Jan 29, 2025
1 parent 42969d7 commit 0cfcd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 20, 22]
node: [14, 16, '18.20.5', 20, 22]
typescript:
- false
include:
Expand Down

0 comments on commit 0cfcd6f

Please sign in to comment.