Skip to content

Commit 60a0b24

Browse files
committed
fix(engines): add >=13.11.0 remove >=13.10.1 (engines.node)
1 parent fc26821 commit 60a0b24

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
@@ -36,7 +36,7 @@
3636
"semantic-release": "^17.0.4"
3737
},
3838
"engines": {
39-
"node": ">=13.10.1"
39+
"node": ">=13.11.0"
4040
},
4141
"repository": {
4242
"type": "git",

0 commit comments

Comments
 (0)