fix: parse node and npm version from `package.json` by susnux · Pull Request #72 · nextcloud-libraries/.github

@susnux

This uses the `engines`, `devEngines` or `packageManager` fields of the
`package.json` to properly setup the environment.
Its required as `setup-node` does not yet know about `devEngines` and
also does not setup the package manager - and never will.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

@susnux susnux deleted the fix/read-package-engines branch

October 21, 2025 15:28