Skip to content

Commit

Permalink
renovate: pin npm
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Oct 29, 2024
1 parent 794ea27 commit 39dd6eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@
matchPackageNames: ["negotiator"],
allowedVersions: "0.x",
},
// npm@10 drops support for node v14. We can take this when we drop node v14 support.
{
matchPackageNames: ["npm"],
allowedVersions: "9.x",
},
// We specifically provide a first-party integration (`expressMiddleware`
// imported from `@apollo/server/express4`) for Express v4 because it is the
// most common web framework. (Additionally, as an internal implementation
Expand Down

0 comments on commit 39dd6eb

Please sign in to comment.