Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit e355b11

Browse files
authored
chore: update package json engines property
- semantic release requires 14.17 now
1 parent 5be24f5 commit e355b11

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
@@ -100,7 +100,7 @@
100100
"eslint": ">=8.0.0"
101101
},
102102
"engines": {
103-
"node": ">=12"
103+
"node": ">=14.17"
104104
},
105105
"release": {
106106
"plugins": [

0 commit comments

Comments
 (0)