Skip to content

Commit d263e60

Browse files
avivkellerbmeck
authored andcommitted
meta: fix typo in dependency updates
PR-URL: nodejs#53471 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tierney Cyren <[email protected]>
1 parent c7cf4e8 commit d263e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
cat temp-output
176176
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
177177
rm temp-output
178-
# libuv update was disabled because of Feb 14, 2024 security releas
178+
# libuv update was disabled because of Feb 14, 2024 security release
179179
# modified the bundled version of libuv, we cannot automatically update
180180
# libuv without potentially undoing those changes.
181181
# - id: libuv

0 commit comments

Comments
 (0)