Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Yu <F3n67u@outlook.com>2022-05-22 16:28:41 +0300
committerMichaƫl Zasso <targos@protonmail.com>2022-07-31 10:44:16 +0300
commit4f7c7d260b6f730e9836118d3927ed720b4b14b0 (patch)
treeea95357fafa27a55b52164a7afb2e6f4092e1c5e /.github
parent4b4ce99b63a6c97fd6812b2238cf0d6792d82a90 (diff)
tools: refactor build-addons.js to ESM
PR-URL: https://github.com/nodejs/node/pull/43099 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/label-pr-config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml
index a8d22980f6d..5f83de23126 100644
--- a/.github/label-pr-config.yml
+++ b/.github/label-pr-config.yml
@@ -67,7 +67,7 @@ subSystemLabels:
/^tools\/make-v8/: tools, v8 engine, needs-ci
/^tools\/v8_gypfiles/: tools, v8 engine, needs-ci
/^tools\/(code_cache|snapshot)/: needs-ci
- /^tools\/build-addons.js/: needs-ci
+ /^tools\/build-addons.mjs/: needs-ci
# all other tool changes should be marked as such
/^tools\//: tools
/^\.eslint|\.remark|\.editorconfig/: tools