Skip to content

Commit 64e3e4a

Browse files
committed
Remove Node.js 18 support
1 parent 0f9e779 commit 64e3e4a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
matrix:
3434
node-version:
3535
- 20
36-
- 18
3736
name: Node.js ${{ matrix.node-version }} Quick
3837
steps:
3938
- name: Checkout the repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"./package.json": "./package.json"
3030
},
3131
"engines": {
32-
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
32+
"node": "^20.0.0 || >=22.0.0"
3333
},
3434
"dependencies": {
3535
"nanoevents": "^9.0.0"

0 commit comments

Comments
 (0)