Skip to content

Commit 771d02d

Browse files
authored
fix!: only test in versions supported by probot
1 parent 61e7638 commit 771d02d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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)