Skip to content

Commit 0812ef2

Browse files
authored
Add explicit Node support (#1478)
parseArgs was added to node:util in v16.17/v8.3. https://nodejs.org/docs/latest-v20.x/api/util.html#utilparseargsconfig
1 parent e3ce04a commit 0812ef2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"public",
1313
"views"
1414
],
15+
"engines": {
16+
"node": ">=18.3"
17+
},
1518
"scripts": {
1619
"css": "tailwindcss -i ./views/input.css -o ./public/output.css",
1720
"watch-ts": "tsx watch src/bin.ts fixtures/db.json",

0 commit comments

Comments
 (0)