-
Notifications
You must be signed in to change notification settings - Fork 263
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
fixing/Node version update #970
fixing/Node version update #970
Conversation
Are all API calls working as expected? |
I'm not aware of how to check API calls, could you please tell me or give me a reference on how to check this one? |
@harshith-venkatesh could you please let me know about this? |
Could that be checked via local database and postman? |
Hello @prakashchoudhary07, could you please let me know about this? |
@harshith-venkatesh @prakashchoudhary07 |
Hello @prakashchoudhary07 |
Regarding the change in port in the package.json file, I referred to these two: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edited the necessary changes. Changed the port, fixed the formatting of the files and mentioned the reason behind mentioning host in package.json file.
Thanks for the PR |
Issue no. #790
Now I can pass the integration and unit tests after changing the node-version from 14 to 18 in the package.json and test.yml files.
Things I tried to make it work
Before changing the host address in the firebase.json file.
After changing the host address in the firebase.json file
Even the node-version has been updated in the test.yml file, and small changes in other files have also been done.
Reference
1.) #918
2.) firebase/firebase-tools#4741