Skip to content

Commit e971f61

Browse files
feat: add v24.14.1 patch (#156)
## Node.js Patch Update to v24.14.1 This PR updates the Node.js patch to version 24.14.1. The workflow automatically attempts to resolve patch conflicts using AI when the OpenAI API key is available. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Lando <daniel.sorridi@gmail.com>
1 parent 1a499e3 commit e971f61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git node/common.gypi node/common.gypi
2-
index c5a7dc9cac..ea2c788f84 100644
2+
index 283c60eab3..09b6fe4f19 100644
33
--- node/common.gypi
44
+++ node/common.gypi
55
@@ -192,7 +192,7 @@
@@ -59,7 +59,7 @@ index 46a21a02cb..fdb0edf42a 100644
5959
static const char* GetVersion();
6060

6161
diff --git node/deps/v8/src/api/api.cc node/deps/v8/src/api/api.cc
62-
index ba759168aa..f052c8b5a4 100644
62+
index ef4546de27..60bb6a4edc 100644
6363
--- node/deps/v8/src/api/api.cc
6464
+++ node/deps/v8/src/api/api.cc
6565
@@ -443,6 +443,28 @@ void V8::SetFlagsFromCommandLine(int* argc, char** argv, bool remove_flags) {

patches/patches.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"v24.14.0": ["node.v24.14.0.cpp.patch"],
2+
"v24.14.1": ["node.v24.14.1.cpp.patch"],
33
"v22.22.2": ["node.v22.22.2.cpp.patch"],
44
"v20.20.2": ["node.v20.20.2.cpp.patch"],
55
"v18.20.8": ["node.v18.20.8.cpp.patch"],

0 commit comments

Comments
 (0)