You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting firebase project to ***
Now using project ***
=== Deploying to '***'...
i deploying functions
Running command: yarn --cwd "$RESOURCE_DIR"
yarn install v1.22.22
[1/5] Validating package.json...
error functions@: The engine "node" is incompatible with this module. Expected version "18". Got "20.15.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: functions predeploy error: Command terminated with non-zero exit code 1
Does the action no longer support NodeJS 18 anymore ?
The text was updated successfully, but these errors were encountered:
In my
package.json
inside functions directory I have defined Engine compatibility to Node 18I have defined
.nvmrc
file with 18.18.1, then using it in the actions as belowI'm getting the following error
Does the action no longer support NodeJS 18 anymore ?
The text was updated successfully, but these errors were encountered: