Skip to content

Commit 975a9e2

Browse files
Reduce Node.js version requirement
1 parent 386c8a1 commit 975a9e2

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
@@ -29,6 +29,6 @@
2929
"typescript": "^4.9.3"
3030
},
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=16.6"
3333
}
3434
}

0 commit comments

Comments
 (0)