Closed Psycarlo closed 7 months ago
Same issue here. Tried downgrading to an older version but did not work. Any help is greatly appreciated!
My solution was to tell yarn to ignore this using: RUN yarn install --ignore-engines Not an award-winning one, but for now I can continue working.
v9.1.2 has been released and should revert the change. The GitHub action should now pick it up and work if you rerun it.
Trying to install
firebase-tools
globally in Github Actions and get this error@apidevtools/json-schema-ref-parser@9.1.1: The engine "node" is incompatible with this module. Expected version ">= 17". Got "16.19.0"
*Using Node 16