Commit 5844565
tools: fix c-ares updater script for Node.js 18
GitHub Actions is by default running the tools updater workflow
with Node.js 18. Avoid use of `import.meta.dirname`, which wasn't
backported to Node.js 18.
PR-URL: #55717
Refs: #55445
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 940d22f commit 5844565Copy full SHA for 5844565
1 file changed
+2-1Lines changed: 2 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- tools/dep_updaters
Expand file treeCollapse file tree
Open diff view settings
Collapse file
tools/dep_updaters/update-c-ares.mjs
Copy file name to clipboardExpand all lines: tools/dep_updaters/update-c-ares.mjs+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | | - |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
|
0 commit comments