Skip to content

Commit

Permalink
chore: bump solid min engines (#11852)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Sep 16, 2024
1 parent d99ad7c commit 48e7945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/examples/solid-start/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-app",
"name": "solid-start-example-app",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
Expand All @@ -25,6 +25,6 @@
"zod": "^3.19.1"
},
"engines": {
"node": ">=16"
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
}
}

0 comments on commit 48e7945

Please sign in to comment.