Skip to content

Commit

Permalink
fix: update to node.js 22 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Feb 6, 2025
1 parent 4a93444 commit ca2e29f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"functions": [
{
"source": "functions",
"runtime": "nodejs20",
"runtime": "nodejs22",
"codebase": "default",
"ignore": ["node_modules", ".git", "firebase-debug.log", "firebase-debug.*.log"]
}
Expand Down
2 changes: 1 addition & 1 deletion functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"semi": true
},
"engines": {
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@
"wait-on": "^8.0.2"
},
"engines": {
"node": "20"
"node": "22"
}
}

0 comments on commit ca2e29f

Please sign in to comment.