Skip to content

Commit 6ecefd1

Browse files
authored
ci: Use generic node 18 for node-integration-tests (#16755)
No need to overwrite to a specific version here anymore, I believe.
1 parent 7226ba9 commit 6ecefd1

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
@@ -709,7 +709,7 @@ jobs:
709709
strategy:
710710
fail-fast: false
711711
matrix:
712-
node: ['18.20.5', 20, 22, 24]
712+
node: [18, 20, 22, 24]
713713
typescript:
714714
- false
715715
include:

0 commit comments

Comments
 (0)