Closed joscha closed 1 month ago
This adds a nix flake similar to the one we have in https://github.com/OpenAPITools/openapi-generator
It installs yarn 1.x and node 18 ~w/o npm~ and adds a direnv directive.
update: we need npm, it seems we use it here: https://github.com/OpenAPITools/openapi-generator-cli/blob/113ee846c64c6cbda3107a010e7f975371e79b30/package.json#L54 in addition to yarn
The current lock file sets this to:
node --version v18.20.4 yarn --version 1.22.22 npm --version 10.7.0
same as in the current master: https://github.com/OpenAPITools/openapi-generator-cli/actions/runs/11091950012/job/30816360053
master
:tada: This PR is included in version 2.14.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This adds a nix flake similar to the one we have in https://github.com/OpenAPITools/openapi-generator
It installs yarn 1.x and node 18 ~w/o npm~ and adds a direnv directive.
update: we need npm, it seems we use it here: https://github.com/OpenAPITools/openapi-generator-cli/blob/113ee846c64c6cbda3107a010e7f975371e79b30/package.json#L54 in addition to yarn
The current lock file sets this to:
same as in the current
master
: https://github.com/OpenAPITools/openapi-generator-cli/actions/runs/11091950012/job/30816360053