Skip to content

Commit

Permalink
Fix cloud functions deployment failing due to semver Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
gomander committed Jan 4, 2024
1 parent ffafdd7 commit aae83f6
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 97 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@skeletonlabs/skeleton": "^2.7.0",
"@skeletonlabs/tw-plugin": "~0.3.1",
"@sveltejs/adapter-auto": "^3.1.0",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tailwindcss/forms": "~0.5.7",
"@tailwindcss/typography": "~0.5.10",
Expand All @@ -42,12 +41,15 @@
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@napi-rs/canvas": "^0.1.44",
"@sveltejs/kit": "^2.0.6",
"firebase": "^10.7.1",
"firebase-admin": "^11.11.1",
"firebase-frameworks": "^0.11.1",
"firebase-functions": "^4.6.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"engines": {
"node": "20.x.x"
"node": "20"
}
}
Loading

0 comments on commit aae83f6

Please sign in to comment.