Skip to content

Commit 08111ff

Browse files
authored
fix: don't pin to an exact version of @octokit/types, use ^ (#521)
1 parent cdd8fb5 commit 08111ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: 16
2222
cache: npm
2323
- run: git checkout routes-update || true
24-
- run: npm install --save-exact @octokit/types@latest
24+
- run: npm install @octokit/types@latest
2525
if: >-
2626
github.event_name == 'repository_dispatch' && github.event.action ==
2727
'octokit/types.ts release'

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "Gregor Martynus (https://twitter.com/gr2m)",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@octokit/types": "6.40.0",
27+
"@octokit/types": "^6.40.0",
2828
"deprecation": "^2.3.1"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)