Skip to content

Commit 585d552

Browse files
committed
ci: drop support for node 10 (found not to be working)
1 parent 1dc46fc commit 585d552

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: [10, 12, 14]
18+
node: [12, 14]
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": ">=10"
24+
"node": ">=12"
2525
},
2626
"scripts": {
2727
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",

0 commit comments

Comments
 (0)