Skip to content

Commit 5b03c26

Browse files
authored
[chore][installer-script-test] Upgrade minimum version of Node.js to v18 in testing (#6235)
* [chore][installer-tests] Upgrade minimum node version to 18 * Fix another v16 ref
1 parent 8a58ae5 commit 5b03c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/tests/installer_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def test_installer_with_instrumentation_default(distro, arch, method):
379379
pytest.skip("opensuse-12 arm64 no longer supported")
380380

381381
# minimum supported node version required for profiling
382-
node_version = 16
382+
node_version = 18
383383
if arch == "arm64" and distro in ("centos-7"):
384384
# g++ for these distros is too old to build/compile splunk-otel-js with node v16:
385385
# g++: error: unrecognized command line option '-std=gnu++14'
@@ -498,7 +498,7 @@ def test_installer_with_instrumentation_custom(distro, arch, method, sdk):
498498
pytest.skip("opensuse-12 arm64 no longer supported")
499499

500500
# minimum supported node version required for profiling
501-
node_version = 16
501+
node_version = 18
502502
if arch == "arm64" and distro in ("centos-7"):
503503
# g++ for these distros is too old to build/compile splunk-otel-js with node v16:
504504
# g++: error: unrecognized command line option '-std=gnu++14'

0 commit comments

Comments
 (0)