saucelabs / sauce-cypress-plugin

Cypress Plugin to report your results directly to Sauce Labs
MIT License
7 stars 2 forks source link

build: upgrade to Node.js 20 #59

Closed alexplischke closed 1 year ago

alexplischke commented 1 year ago

The configuration @tsconfig/node20 targets es2022. No change from node18.

Min. node version that supports the target is

  "engines": {
    "node": ">=16.13.2"
  },

which has now been properly documented in the package.json.