Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NodeJS 18 "Hydrogen" will be EOL in April 2025. Closes issue opensearch-project#8463. Note: I used `yarn upgrade require-in-the-middle` and `yarn upgrade elastic-apm-node` to fix build issues: ``` ERROR Error: Command failed with exit code 1: /usr/lib/node_modules/yarn/bin/yarn.js run osd:bootstrap (node:2289) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Node.js process-warning detected: DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. at node:punycode:3:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10) at loadBuiltinModule (node:internal/modules/helpers:110:7) at Function._load (node:internal/modules/cjs/loader:1095:17) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:217:24) at Module.<anonymous> (node:internal/modules/cjs/loader:1335:12) at Module.Hook._require.Module.require (/build/opensearch-dashboards/src/OpenSearch-Dashboards/node_modules/require-in-the-middle/index.js:80:39) ``` Signed-off-by: hashworks <[email protected]>
- Loading branch information