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 May 21, 2024
1 parent c592daf commit 94615f2
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 @@ -9,7 +9,7 @@
"clean"
],
"engines": {
"node": ">= 16.0.0"
"node": ">= 18.0.0"
},
"author": "Shashkov Danil <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 94615f2

Please sign in to comment.