Skip to content

Commit

Permalink
revert npm version change
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Oct 14, 2022
1 parent 524d086 commit c93a881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- docker

before_install:
- npm install -g npm@8.15
- npm install -g npm@8.5

install:
- npm ci
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& npm install -g npm@8.15
&& npm install -g npm@8.5

ARG APP=dev
ARG BASENAME
Expand Down

0 comments on commit c93a881

Please sign in to comment.