Skip to content

Commit 6284a1d

Browse files
committed
perf: drop support old nodejs
1 parent 6931aee commit 6284a1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node: [12, 14, 16]
18+
node: [16, 18, 20]
1919
os: [ubuntu-latest]
2020

2121
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"main": "dist",
2323
"engines": {
24-
"node": ">=12"
24+
"node": ">=16"
2525
},
2626
"scripts": {
2727
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",

0 commit comments

Comments
 (0)