sorry-cypress / cy2

Integrate Cypress with alternative cloud services like Sorry Cypress or Currents
https://docs.sorry-cypress.dev/cypress-agent/cy2
GNU General Public License v3.0
32 stars 5 forks source link

Limit node engine to 14.17+ #59

Closed agoldis closed 1 year ago

agoldis commented 1 year ago

Description

Versions below 14.17 throw:

  rootSchemaId = schema.$id || randomUUID()
                               ^
TypeError: randomUUID is not a function
    at build (/Users/agoldis/currents-demo/node_modules/fast-json-stringify/index.js:83:32)
    at Object.<anonymous> (/Users/agoldis/currents-demo/node_modules/roarr/dist/src/Roarr.js:15:57)

Example usage

Restrict node engine to 14.17+