Skip to content

Commit

Permalink
chore: bump node v (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam authored Oct 28, 2024
1 parent af2ba9e commit 02519ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
18
20
engine-strict=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
"node": "=20"
},
"scripts": {
"dev": "cp ./template.html ./index.html && vite",
Expand Down

0 comments on commit 02519ec

Please sign in to comment.