From a5026386bfa44f64c1574ed6298993fb6b32d323 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:28:49 -0500 Subject: [PATCH] meta: fix typo in dependency updates PR-URL: https://github.com/nodejs/node/pull/53471 Reviewed-By: Yagiz Nizipli Reviewed-By: Chemi Atlow Reviewed-By: Moshe Atlow Reviewed-By: Marco Ippolito Reviewed-By: Akhil Marsonya Reviewed-By: Rafael Gonzaga Reviewed-By: Luigi Pinca Reviewed-By: Tierney Cyren --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 41b1782f6d5928..97da6c23f8a428 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -174,7 +174,7 @@ jobs: cat temp-output tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true rm temp-output - # libuv update was disabled because of Feb 14, 2024 security releas + # libuv update was disabled because of Feb 14, 2024 security release # modified the bundled version of libuv, we cannot automatically update # libuv without potentially undoing those changes. # - id: libuv