Skip to content

Commit

Permalink
Merge pull request #501 from SUSE/express-deprecated-npm-options
Browse files Browse the repository at this point in the history
Remove deprecated npm settings
  • Loading branch information
dcermak authored Jun 7, 2024
2 parents c6463d0 + 37a12b4 commit 2a0b4d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ def test_node_version(auto_container):
GitRepositoryBuild(
repository_url="https://github.com/expressjs/express.git",
build_command=dedent(
"""if [[ "$(npm config get package-lock)" == "true" ]]; then
npm config set package-lock false
else
npm config set shrinkwrap false
fi &&
npm rm --silent --save-dev connect-redis &&
"""npm rm --silent --save-dev connect-redis &&
npm run test -- --timeout 7500 &&
npm run lint
"""
Expand Down

0 comments on commit 2a0b4d7

Please sign in to comment.