Skip to content

Commit

Permalink
ci: Pin node-integration-test version to 18.20.5 (#15220)
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...
  • Loading branch information
mydea authored Jan 29, 2025
1 parent 0963af0 commit d38b938
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 @@ -671,7 +671,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20, 22]
node: ['18.20.5', 20, 22]
typescript:
- false
include:
Expand Down

0 comments on commit d38b938

Please sign in to comment.