json-schema-ref-parser
json-schema-ref-parser copied to clipboard
Breaking Firebase Tools
Trying to install firebase-tools globally in Github Actions and get this error
@apidevtools/[email protected]: The engine "node" is incompatible with this module. Expected version ">= 17". Got "16.19.0"
*Using Node 16
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.