Skip to content

Commit f8f9949

Browse files
committed
Update minimum supported node version
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 1f20efc commit f8f9949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [10.x, 12.x, 14.x, 16.x, latest]
16+
node-version: [12.x, 14.x, 16.x, latest]
1717
fail-fast: true
1818

1919
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"version": "1.0.0-beta.18",
3535
"engines": {
36-
"node": ">=8.0.0"
36+
"node": ">=12.0.0"
3737
},
3838
"bugs": {
3939
"url": "https://github.com/db-migrate/node-db-migrate/issues"

0 commit comments

Comments
 (0)