Skip to content

Commit

Permalink
Pin octokit types (microsoft#43762)
Browse files Browse the repository at this point in the history
* Pin @octokit/types to fix build error

* Allow update package lock to be run on a workflow dispatch
  • Loading branch information
andrewbranch authored Apr 21, 2021
1 parent 45514d6 commit a433c3c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-package-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# This is probably 6am UTC, which is 10pm PST or 11pm PDT
# Alternatively, 6am local is also fine
- cron: '0 6 * * *'
workflow_dispatch: {}

jobs:
build:
Expand Down
34 changes: 18 additions & 16 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@octokit/rest": "latest",
"@octokit/types": "6.13.0",
"@types/browserify": "latest",
"@types/chai": "latest",
"@types/convert-source-map": "latest",
Expand Down

0 comments on commit a433c3c

Please sign in to comment.