Skip to content

Commit

Permalink
Don't use node 15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Dec 27, 2020
1 parent f5aa650 commit 6cd446f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
21 changes: 0 additions & 21 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"description": "OAuth client for GitHub",
"engines": {
"node": "15.x"
"node": "15.4.x"
},
"main": "out/index.js",
"scripts": {
Expand All @@ -21,7 +21,6 @@
"@octokit/auth-oauth-app": "^3.0.7"
},
"devDependencies": {
"@types/hapi__boom": "^9.0.1",
"@types/hapi__hapi": "^20.0.3",
"@types/node": "^14.14.16",
"@types/node-fetch": "^2.5.7",
Expand Down

0 comments on commit 6cd446f

Please sign in to comment.