Skip to content

Commit

Permalink
Add explicit Node support (#1478)
Browse files Browse the repository at this point in the history
parseArgs was added to node:util in v16.17/v8.3.

https://nodejs.org/docs/latest-v20.x/api/util.html#utilparseargsconfig
  • Loading branch information
textbook committed Jan 10, 2024
1 parent e3ce04a commit 0812ef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -12,6 +12,9 @@
"public",
"views"
],
"engines": {
"node": ">=18.3"
},
"scripts": {
"css": "tailwindcss -i ./views/input.css -o ./public/output.css",
"watch-ts": "tsx watch src/bin.ts fixtures/db.json",
Expand Down

0 comments on commit 0812ef2

Please sign in to comment.