asyncapi / .github

Location of all reusable community health files
29 stars 62 forks source link

ci: node pipelines now setup node version depending on `lockfileVersion` #230

Closed derberg closed 1 year ago

derberg commented 1 year ago

This is related to very annoying thing about current pipelines, that they are set to Node 14 and in many projects package-lock v2 and even v3 is used, for newer versions of Node. As a result, many times happens that installation of project fail because of inconsistent support between old npm and new package lock structure.

more in https://github.com/asyncapi/.github/pull/187

so what is this PR introducing:

This PR was tested in:

derberg commented 1 year ago

@KhudaDad414 wdyt?

@smoya fyi

@jonaslagoni fyi, this is finally no going to be annoying anymore

derberg commented 1 year ago

/rtm