Skip to content

Commit

Permalink
Merge pull request #1187 from StephenCathcart/fix/package-lock
Browse files Browse the repository at this point in the history
Updating package-lock.json
  • Loading branch information
StephenCathcart committed Mar 28, 2024
2 parents 552ea6c + fb6c729 commit fa3f4d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
68 changes: 0 additions & 68 deletions packages/benchkit-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y curl

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

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down

0 comments on commit fa3f4d6

Please sign in to comment.