Skip to content

Commit 876069d

Browse files
chore(deps): update dependency @octokit/tsconfig to v4 (#770)
1 parent c303f9e commit 876069d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
- run: npm ci
4545
- run: npm run lint
4646
- run: VERSION=`npm info @octokit/openapi version` npm run update-endpoints
47+
- run: npm run build
4748
if: ${{ always() }}

package-lock.json

Lines changed: 4 additions & 2 deletions
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
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@octokit/core": "^6.0.0",
32-
"@octokit/tsconfig": "^3.0.0",
32+
"@octokit/tsconfig": "^4.0.0",
3333
"@types/node": "^20.0.0",
3434
"@vitest/coverage-v8": "^2.0.3",
3535
"camelcase": "^8.0.0",

0 commit comments

Comments
 (0)