Skip to content

Commit a433c3c

Browse files
authored
Pin octokit types (microsoft#43762)
* Pin @octokit/types to fix build error * Allow update package lock to be run on a workflow dispatch
1 parent 45514d6 commit a433c3c

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

.github/workflows/update-package-lock.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# This is probably 6am UTC, which is 10pm PST or 11pm PDT
66
# Alternatively, 6am local is also fine
77
- cron: '0 6 * * *'
8+
workflow_dispatch: {}
89

910
jobs:
1011
build:

package-lock.json

+18-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@octokit/rest": "latest",
33+
"@octokit/types": "6.13.0",
3334
"@types/browserify": "latest",
3435
"@types/chai": "latest",
3536
"@types/convert-source-map": "latest",

0 commit comments

Comments
 (0)