Skip to content

Commit

Permalink
Bump npm
Browse files Browse the repository at this point in the history
  • Loading branch information
matyldv committed Nov 25, 2024
1 parent 116de24 commit 2ed4626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: ralph
Section: python
Priority: extra
Maintainer: opensource@allegro.pl
Build-Depends: debhelper (>= 9), dh-virtualenv, git, libmysqlclient-dev | default-libmysqlclient-dev, python3 (>=3.6), python3-dev (>=3.6), libffi-dev, nodejs (= 11.7.0), npm, sed
Build-Depends: debhelper (>= 9), dh-virtualenv, git, libmysqlclient-dev | default-libmysqlclient-dev, python3 (>=3.6), python3-dev (>=3.6), libffi-dev, nodejs, npm, sed
Standards-Version: 3.9.5

Package: ralph-core
Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile-deb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN apt-get update && \
git config --global user.name "$GIT_USER_NAME" && \
git config --global user.email "$GIT_USER_EMAIL"

RUN npm install -g npm@6.5.0

COPY . $RALPH_DIR

WORKDIR $RALPH_DIR
Expand Down

0 comments on commit 2ed4626

Please sign in to comment.