Skip to content

Commit

Permalink
Remove deprecated npm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Jun 7, 2024
1 parent 13e18a6 commit d3ec565
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 d3ec565

Please sign in to comment.