Skip to content

Commit 5edd886

Browse files
committed
Bump to lerna 9
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
1 parent d00df5c commit 5edd886

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ci-scripts/build_nodejs_layer.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ echo "CWD=$CWD"
3030
npm cache clean --force
3131

3232
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`
3533
# Prepare opentelemetry-js-contrib
3634
npm install
35+
# Generate version files in opentelemetry-js-contrib
36+
# Lerna 9 no longer requires useWorkspaces configuration - it uses npm workspaces by default
37+
npm run version:update
3738
popd > /dev/null
3839

3940
# Build contrib-test-utils

0 commit comments

Comments
 (0)