Skip to content

Commit 0808cce

Browse files
feat: add v20.19.6 patch (#133)
## Node.js Patch Update to v20.19.6 This PR updates the Node.js patch to version 20.19.6. 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>
1 parent 7a9180c commit 0808cce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/node.v20.19.5.cpp.patch renamed to patches/node.v20.19.6.cpp.patch

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 20e81dea95..3580f7f2e4 100644
2+
index 311b203600..b2ee8cb47d 100644
33
--- node/common.gypi
44
+++ node/common.gypi
55
@@ -187,7 +187,7 @@
@@ -392,7 +392,7 @@ index 1137dcafcd..482feb65b5 100644
392392
}
393393

394394
diff --git node/src/node_contextify.cc node/src/node_contextify.cc
395-
index 2b93926a73..9f68232bd4 100644
395+
index 2331579b26..f84681ae02 100644
396396
--- node/src/node_contextify.cc
397397
+++ node/src/node_contextify.cc
398398
@@ -79,6 +79,7 @@ using v8::String;

patches/patches.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"v24.11.1": ["node.v24.11.1.cpp.patch"],
33
"v22.21.1": ["node.v22.21.1.cpp.patch"],
4-
"v20.19.5": ["node.v20.19.5.cpp.patch"],
4+
"v20.19.6": ["node.v20.19.6.cpp.patch"],
55
"v18.20.8": ["node.v18.20.8.cpp.patch"],
66
"v16.20.2": ["node.v16.20.2.cpp.patch"],
77
"v14.21.3": ["node.v14.21.3.cpp.patch"],

0 commit comments

Comments
 (0)