Skip to content

Commit

Permalink
fix(deps): revert breaking dependency changes (#320)
Browse files Browse the repository at this point in the history
Fixes #318 and removes the breaking dependency changes that prematurely
dropped support for Node 14/16.
  • Loading branch information
kfcampbell committed Jun 16, 2023
1 parent a860845 commit f02bfd5
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 21 deletions.
92 changes: 72 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"repository": "github:octokit/rest.js",
"dependencies": {
"@octokit/core": "^4.2.1",
"@octokit/plugin-paginate-rest": "^7.0.0",
"@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "^7.1.2"
},
Expand Down

0 comments on commit f02bfd5

Please sign in to comment.