Skip to content

Commit b351e41

Browse files
ci: stop testing against NodeJS v14, v16 (#152)
* build(package): set minimal node version in engines field to v18 BREAKING CHANGE: Drop support for NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * Update oauth-authorization-url.js * Bump oauth-methods.js version * Bump octokit package versions --------- Co-authored-by: Keegan Campbell <[email protected]>
1 parent a21ebbf commit b351e41

File tree

4 files changed

+10639
-6679
lines changed

4 files changed

+10639
-6679
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- 14
17-
- 16
1816
- 18
17+
- 20
1918
steps:
2019
- uses: actions/checkout@v3
2120
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)