Skip to content

Commit

Permalink
chore: ensure minimum compatibility for Node and TypeScript (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasnix authored Dec 1, 2024
1 parent 014378e commit 172faa0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.0.0
53 changes: 17 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc && vite build",
"test": "vitest",
Expand All @@ -46,10 +49,10 @@
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@types/node": "20.16.10",
"@types/node": "20.0.0",
"husky": "9.1.6",
"semantic-release": "24.2.0",
"typescript": "5.5.4",
"typescript": "5.0.4",
"vite": "5.4.10",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.4"
Expand Down

0 comments on commit 172faa0

Please sign in to comment.