Skip to content

Commit

Permalink
chore: Use a more specific engines.npm value.
Browse files Browse the repository at this point in the history
Follows up on 068a636 but using precisely what is in
Renovate's documentation since the previous attempt (6.x) didn't work.

Ref: https://docs.renovatebot.com/node/#configuring-which-version-of-npm-renovate-uses
  • Loading branch information
abernix committed Mar 8, 2021
1 parent e749ae7 commit 1418045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"engines": {
"node": ">=6 <15",
"npm": "6.x"
"npm": "^6.14.11"
},
"dependencies": {
"@apollographql/apollo-tools": "0.4.9",
Expand Down

0 comments on commit 1418045

Please sign in to comment.