Skip to content

Commit

Permalink
try adding engines to package.json for build failure in runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 17, 2024
1 parent 63e1076 commit ead8778
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
"tailwind-variants": "0.2.1",
"tseep": "1.2.1",
"vaul-svelte": "0.3.0",
"vite-plugin-mkcert": "1.17.5",
"vitest": "1.4.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand All @@ -72,6 +70,12 @@
"svelte-check": "3.6.9",
"tailwindcss": "^3.3.6",
"typescript": "5.4.3",
"vite-plugin-dynamic-import": "1.5.0"
"vite": "5.2.9",
"vite-plugin-dynamic-import": "1.5.0",
"vite-plugin-mkcert": "1.17.5",
"vitest": "1.4.0"
},
"engines": {
"node": ">=20.11.1"
}
}

0 comments on commit ead8778

Please sign in to comment.