Skip to content

Commit

Permalink
Remove Node.js 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 23, 2023
1 parent dfd9346 commit 6e0f391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
node-version:
- 20
- 18
- 16
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"repository": "ai/nanoevents",
"engines": {
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
"node": "^18.0.0 || >=20.0.0"
},
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 6e0f391

Please sign in to comment.