Skip to content

Commit f4c7bb6

Browse files
authored
fix(deps): update @octokit to latest' (#131)
BREAKING CHANGE: Node 16 is no longer officially supported, as @octokit dropped support as well. Node 16 will be out of maintenance on September 11, see https://nodejs.dev/en/about/releases/
1 parent 30c0c3c commit f4c7bb6

File tree

3 files changed

+341
-1467
lines changed

3 files changed

+341
-1467
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
node_version:
15-
- 16
1615
- 18
16+
- 20
1717

1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)