camunda / zeebe-bpmn-moddle

Zeebe moddle extensions for BPMN 2.0
MIT License
14 stars 7 forks source link

Npm@8 #32

Closed barmac closed 1 year ago

nikku commented 1 year ago

Needs conflict resolution.

pinussilvestrus commented 1 year ago

Shouldn't we update the GitHub action as well?

barmac commented 1 year ago

It already uses npm@8: https://github.com/actions/runner-images/blob/ubuntu20/20220821.1/images/linux/Ubuntu2004-Readme.md#package-management, even with Node@14.

pinussilvestrus commented 1 year ago

I see; good catch. Shouldn't we verify it works with node@16 regardless? I see we start doing it in other projects.

Node@16 is likely the version we use for development, at least tools like n promote it with npm@8.

nikku commented 1 year ago

Let's update the action to use node@16.