w9jds / firebase-action

GitHub Action for interacting with Firebase
MIT License
922 stars 198 forks source link

Add support for node 20 #230

Closed prandogabriel closed 4 months ago

prandogabriel commented 5 months ago

When trying to deploy mine functions where using node 20, I get the following error, I would like support for node 20

i deploying functions Running command: yarn lint yarn run v1.22.19 error functions@: The engine "node" is incompatible with this module. Expected version "20". Got "18.18.2"

I believe it would only be changing the docker image, we would have to see if it will have any side effects

w9jds commented 4 months ago

This now uses Node 20 for its base container.

Side note, my other action setup-firebase allows you to use setup-node and setup-java to configure your environment however you wish. So that is another option.