Skip to content

Commit

Permalink
feat: Support Probot v13 (#128)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for no longer maintained Node.js versions (14 and 16). Node 18+ is required now
  • Loading branch information
Oatelaus authored Jun 20, 2024
1 parent 1eb30a0 commit aa64b4e
Show file tree
Hide file tree
Showing 4 changed files with 1,375 additions and 2,103 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
Loading

0 comments on commit aa64b4e

Please sign in to comment.