We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eef74a commit 43d11d4Copy full SHA for 43d11d4
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
matrix:
33
node-version:
34
- 18
35
+ - 16
36
name: Node.js ${{ matrix.node-version }} Quick
37
steps:
38
- name: Checkout the repository
package.json
@@ -21,7 +21,7 @@
21
"license": "MIT",
22
"repository": "ai/nanoevents",
23
"engines": {
24
- "node": "^18.0.0 || >=20.0.0"
+ "node": "^16.0.0 || ^18.0.0 || >=20.0.0"
25
},
26
"sideEffects": false,
27
"type": "module",
0 commit comments