AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku
MIT License
972 stars 254 forks source link

Node Update #172

Closed kubilay-guran-crea closed 8 months ago

kubilay-guran-crea commented 8 months ago

We're encountering errors in our GitHub Actions because certain packages no longer support Node.js version 16:

The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2". Could you please consider updating the Node.js version to a later LTS version? This update will help resolve the compatibility issues caused by package changes

AkhileshNS commented 8 months ago

Updated Node version to 18 in the latest release v3.13.14