Skip to content

Commit 1906aca

Browse files
committed
Fix another v16 ref
1 parent 260b29d commit 1906aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/tests/installer_test.py

Lines changed: 1 addition & 1 deletion
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'

0 commit comments

Comments
 (0)