Skip to content

Commit

Permalink
specify min node version for published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Sep 5, 2023
1 parent 62cf10b commit bfdc070
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"url": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/issues"
},
"homepage": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/blob/main/packages/compatibility/README.md",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"url": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/issues"
},
"homepage": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/blob/main/packages/script/README.md",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"dependencies": {
"@apollo/federation-subgraph-compatibility-tests": "^1.3.0",
"commander": "^10.0.1",
Expand Down

0 comments on commit bfdc070

Please sign in to comment.