Skip to content

Commit

Permalink
Bump function runtime from Node 16 to Node 18 (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp authored Feb 11, 2023
1 parent 8336c37 commit 25fc810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"predeploy": "cd backend/functions && yarn build",
"runtime": "nodejs16",
"runtime": "nodejs18",
"source": "backend/functions/dist",
"ignore": [
"node_modules",
Expand Down

3 comments on commit 25fc810

@vercel
Copy link

@vercel vercel bot commented on 25fc810 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-mantic.vercel.app
docs.manifold.markets
docs-mantic.vercel.app
docs-pi-teal.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 25fc810 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dev – ./web

dev-git-main-mantic.vercel.app
dev-manifold.vercel.app
dev-mantic.vercel.app
dev.manifold.markets

@vercel
Copy link

@vercel vercel bot commented on 25fc810 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.