Skip to content

Commit 43d11d4

Browse files
committed
Revert "Remove Node.js 16 support"
This reverts commit 4a80664.
1 parent 6eef74a commit 43d11d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
matrix:
3333
node-version:
3434
- 18
35+
- 16
3536
name: Node.js ${{ matrix.node-version }} Quick
3637
steps:
3738
- name: Checkout the repository

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": "ai/nanoevents",
2323
"engines": {
24-
"node": "^18.0.0 || >=20.0.0"
24+
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
2525
},
2626
"sideEffects": false,
2727
"type": "module",

0 commit comments

Comments
 (0)