Skip to content

Commit 67d90fa

Browse files
committed
feat: Set minimum support Node at 12
1 parent 9bc529f commit 67d90fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "git://github.com/sass/node-sass-middleware.git"
2929
},
3030
"engines": {
31-
"node": ">=8.0.0"
31+
"node": ">=12.0.0"
3232
},
3333
"dependencies": {
3434
"node-sass": "^6.0.1"

0 commit comments

Comments
 (0)