Skip to content

Commit 94615f2

Browse files
committed
Remove Node.js 16 support
1 parent c592daf commit 94615f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
node-version:
3434
- 20
3535
- 18
36-
- 16
3736
name: Node.js ${{ matrix.node-version }} Quick
3837
steps:
3938
- name: Checkout the repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean"
1010
],
1111
"engines": {
12-
"node": ">= 16.0.0"
12+
"node": ">= 18.0.0"
1313
},
1414
"author": "Shashkov Danil <shashkovdanil@gmail.com>",
1515
"license": "MIT",

0 commit comments

Comments
 (0)