Skip to content

Commit

Permalink
fix(runners) - Revert octokit rest #386 and fixate dependency. (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jan 19, 2021
1 parent 5916526 commit 3bd5a5a
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 109 deletions.
5 changes: 2 additions & 3 deletions modules/runners/lambdas/runners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
},
"dependencies": {
"@octokit/auth-app": "^2.10.5",
"@octokit/rest": "^18.0.12",
"@octokit/types": "^6.1.1",
"@octokit/rest": "18.0.9",
"@types/aws-lambda": "^8.10.68",
"@types/express": "^4.17.9",
"@types/node": "^14.14.21",
Expand All @@ -36,4 +35,4 @@
"typescript": "^4.1.3",
"yn": "^4.0.0"
}
}
}

0 comments on commit 3bd5a5a

Please sign in to comment.