Skip to content

Commit

Permalink
chore: increase the Node version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasnix authored Dec 1, 2024
1 parent 172faa0 commit 3ed8ba8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.0.0
20.8.1
40 changes: 31 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"engines": {
"node": ">=20.0.0"
"node": ">=20.8.1"
},
"scripts": {
"build": "tsc && vite build",
Expand All @@ -49,7 +49,7 @@
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@types/node": "20.0.0",
"@types/node": "20.8.10",
"husky": "9.1.6",
"semantic-release": "24.2.0",
"typescript": "5.0.4",
Expand Down

0 comments on commit 3ed8ba8

Please sign in to comment.