Skip to content

Commit b8cf17c

Browse files
committed
feat: upgrade repo to node 18 LTS
1 parent 01482eb commit b8cf17c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"description": "React Form Component",
66
"engines": {
7-
"node": ">=8.x"
7+
"node": ">=18.x"
88
},
99
"keywords": [
1010
"react",

0 commit comments

Comments
 (0)