Skip to content

Commit f611516

Browse files
committed
Drop support for Node.js <14
1 parent 73a737b commit f611516

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ jobs:
2222
node-version:
2323
- 16
2424
- 14
25-
- 12
26-
- 10
2725
fail-fast: false

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"standard": "^16.0.3"
3232
},
3333
"engines": {
34-
"node": ">=10"
34+
"node": ">=14"
3535
}
3636
}

0 commit comments

Comments
 (0)