Skip to content

Commit 9deedb3

Browse files
authored
feat: Remove support for Node 14 and 16; add support for Node 22 and 24 (#186)
BREAKING CHANGE: Removes support for Node 14 and 16; adds support for Node 22 and 24.
1 parent 4eb180c commit 9deedb3

File tree

3 files changed

+6517
-4136
lines changed

3 files changed

+6517
-4136
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- name: Node.js 14
15-
NODE_VERSION: 14
16-
- name: Node.js 16
17-
NODE_VERSION: 16
1814
- name: Node.js 18
1915
NODE_VERSION: 18
2016
- name: Node.js 20
2117
NODE_VERSION: 20
18+
- name: Node.js 22
19+
NODE_VERSION: 22
20+
- name: Node.js 24
21+
NODE_VERSION: 24
2222
fail-fast: false
2323
name: ${{ matrix.name }}
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)