Skip to content

Add support for Node 24 #8565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ jobs:
node-version:
- "20"
- "22"
- "24"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
@@ -132,6 +133,7 @@ jobs:
node-version:
- "20"
- "22"
- "24"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
@@ -280,7 +282,6 @@ jobs:
matrix:
node-version:
- "20"
- "22"

steps:
- uses: actions/checkout@v4
@@ -300,7 +301,6 @@ jobs:
matrix:
node-version:
- "20"
- "22"

steps:
- uses: actions/checkout@v4
@@ -320,7 +320,6 @@ jobs:
matrix:
node-version:
- "20"
- "22"

steps:
- uses: actions/checkout@v4
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Changed artifact registry cleanup policy error to warn for CI/CD workloads #8513
- Added Node 24 support.
- Changed artifact registry cleanup policy error to warn for CI/CD workloads (#8513)
- Enhance firebase init apphosting to support local source deploys. (#8479)
- Fixed issue where `firebase init hosting:github` didn't correctly parse the repo input. (#8536)
- Add GCP API client functions to support App Hosting deploy from source feature. (#8545)
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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
@@ -69,7 +69,7 @@
],
"preferGlobal": true,
"engines": {
"node": ">=20.0.0 || >=22.0.0"
"node": ">=20.0.0 || >=22.0.0 || >=24.0.0"
},
"author": "Firebase (https://firebase.google.com/)",
"license": "MIT",