Skip to content

Commit e7f2793

Browse files
committed
chore: bump required engine to node 14
1 parent ac213e5 commit e7f2793

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
@@ -31,7 +31,7 @@
3131
},
3232
"license": "MIT",
3333
"engines": {
34-
"node": ">=8.0.0"
34+
"node": ">=14.0.0"
3535
},
3636
"scripts": {
3737
"clean": "node -e \"fs.rmSync('dist', { force: true, recursive: true })\"",

0 commit comments

Comments
 (0)