Skip to content

Commit d4ba7d7

Browse files
Add Node 22 support (#282)
* Add Node 22 support Closes firebase/firebase-tools#7895 * Apply changes to package-lock.json
1 parent 12bb6f3 commit d4ba7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/firebase-frameworks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dist"
4444
],
4545
"engines": {
46-
"node": "^16.0.0 || ^18.0.0 || ^20.0.0"
46+
"node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^22.0.0"
4747
},
4848
"license": "Apache-2.0",
4949
"dependencies": {

0 commit comments

Comments
 (0)