Skip to content

Commit 4c254f0

Browse files
build: drop Node 10 support
BREAKING CHANGE: dropped Node 10 support.
1 parent 5198df4 commit 4c254f0

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
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/TheDancingCode/gulp-cloudinary-upload#readme",
2727
"engines": {
28-
"node": ">=10"
28+
"node": ">=12"
2929
},
3030
"files": [
3131
"index.js"

0 commit comments

Comments
 (0)