Skip to content

Commit fa3f4d6

Browse files
Merge pull request neo4j#1187 from StephenCathcart/fix/package-lock
Updating package-lock.json
2 parents 552ea6c + fb6c729 commit fa3f4d6

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

packages/benchkit-backend/package-lock.json

-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testkit/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313
apt-get upgrade -y && \
1414
apt-get install -y curl
1515

16-
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION:=10}.x | sh
16+
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION:=10}.x | bash -
1717

1818
RUN apt-get update && \
1919
apt-get upgrade -y && \

0 commit comments

Comments
 (0)