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 30, 2023
1 parent 7358525 commit 4d821e1
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 @@ -8,7 +8,7 @@
"src"
],
"engines": {
"node": ">= 16"
"node": ">= 18"
},
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 4d821e1

Please sign in to comment.