Skip to content

Commit ea4fd97

Browse files
committed
ci: drop support node less 14
1 parent 7b0b1b8 commit ea4fd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

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

2121
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Kirill Maltsev <[email protected]>",
88
"main": "lib/index.js",
99
"engines": {
10-
"node": ">=10"
10+
"node": ">=14"
1111
},
1212
"scripts": {
1313
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",

0 commit comments

Comments
 (0)