We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00df5c commit 5edd886Copy full SHA for 5edd886
1 file changed
ci-scripts/build_nodejs_layer.sh
@@ -30,10 +30,11 @@ echo "CWD=$CWD"
30
npm cache clean --force
31
32
pushd "$OPENTELEMETRY_JS_CONTRIB_PATH" > /dev/null
33
-# Generate version files in opentelemetry-js-contrib
34
-npx lerna@6.6.2 run version:update # Newer versions have trouble with our lerna.json which contains `useWorkspaces`
35
# Prepare opentelemetry-js-contrib
36
npm install
+# Generate version files in opentelemetry-js-contrib
+# Lerna 9 no longer requires useWorkspaces configuration - it uses npm workspaces by default
37
+npm run version:update
38
popd > /dev/null
39
40
# Build contrib-test-utils
0 commit comments