Skip to content

Commit 3a601b8

Browse files
authored
feat: Remove support for Node 18 (#212)
BREAKING CHANGE: Removes support for Node 18.
1 parent 480d230 commit 3a601b8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- name: Node.js 18
15-
NODE_VERSION: 18
1614
- name: Node.js 20
1715
NODE_VERSION: 20
1816
- name: Node.js 22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
},
6767
"engines": {
68-
"node": ">=18"
68+
"node": "20 || 22 || 24"
6969
},
7070
"license": "MIT"
7171
}

0 commit comments

Comments
 (0)