Skip to content

Commit c45909d

Browse files
committed
fix(engines): update node version restrictions to match Ghost
1 parent 8bfcc38 commit c45909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"engines": {
45-
"node": "^8.16.0 || ^10.16.0 || ^12.12.0"
45+
"node": "^8.16.0 || ^10.13.0 || ^12.10.0"
4646
},
4747
"preferGlobal": true,
4848
"dependencies": {

0 commit comments

Comments
 (0)