Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 07:23
· 491 commits to main since this release
e99e3e5

3.0.0 (2022-12-31)

Features

  • build for Node 16 (#760) (e99e3e5), closes #746 #759
  • remove all file system interaction directly in cypress-firebase
  • removal all dependence on CI provider environment variables (previously used for prefixing SERVICE_ACCOUNT)

BREAKING CHANGES

  • Drop support for Node versions below 16
  • Build for Node 16 (previously Node 12)
  • Drop support for environment variables auto-prefixed by CI env (such as STAGE_SERVICE_ACCOUNT) (#759)
  • Drop support for loading default service account file at ./serviceAccount.json - GOOGLE_APPLICATION_CREDENTIALS env variable should be used instead as described in Firebase docs