Skip to content

Commit aa64b4e

Browse files
authored
feat: Support Probot v13 (#128)
BREAKING CHANGE: drop support for no longer maintained Node.js versions (14 and 16). Node 18+ is required now
1 parent 1eb30a0 commit aa64b4e

File tree

4 files changed

+1375
-2103
lines changed

4 files changed

+1375
-2103
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
node_version:
15-
- 14
16-
- 16
1715
- 18
16+
- 20
1817
steps:
1918
- uses: actions/checkout@v3
2019
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)