-
-
Notifications
You must be signed in to change notification settings - Fork 136
Update to node20 for #1698 #1723
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for picking this up! Looks like this also needs to update out Github Actions |
Ok I'll take a look this morning |
I've updated |
This may require the firebase-functions and firebase-admin packages to be upgraded. I'll look into this. |
Thanks for taking a look at upgrading the |
No problem. It doesn't look like this is a quick change to the node version, like I thought it was going to be. |
…. I need to determine how to use admin for v1 now.
Converting this to draft because I have to change admin to use v1. |
…ge importing things from the function package.
I have been able to upgrade firebase-functions and firebase-admin so nodejs20 can be used. I was running into an issue with the TextEncoder when running the test:integration-ci tests locally, but now the vercel check doesn't like that. I'm having trouble getting the integration tests to run, because when the maple package code imports code in the functions package, something is not allowing it to resolve the |
Summary
Updated to use node20 for #1698 in the relevant docker files and firebase.json file.
Note, I left
"@tsconfig/node16": "^1.0.2",
in thedevDependencies
.Checklist
Screenshots
Add some screenshots highlighting your changes.
Known issues
If you've run against limitations or caveats, include them here. Include follow-up issues as well.
Steps to test/reproduce
For each feature or bug fix, create a step by step list for how a reviewer can test it out. E.g.: