We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395b560 commit cabe1adCopy full SHA for cabe1ad
nodejs/publish-layers.sh
@@ -31,7 +31,7 @@ function build_wrapper {
31
fi
32
rm -rf $BUILD_DIR $ZIP
33
mkdir -p $DIST_DIR
34
- npm install --install-strategy=nested --prefix $BUILD_DIR newrelic@13.2.1
+ npm install --install-strategy=nested --prefix $BUILD_DIR newrelic@latest
35
if [ "$slim" == "slim" ]; then
36
echo "Slim build, removing opentelemetry dependencies"
37
rm -rf $BUILD_DIR/node_modules/newrelic/node_modules/@opentelemetry
0 commit comments