powsybl / pypowsybl

A PowSyBl and Python integration based on GraalVM native image
Mozilla Public License 2.0
52 stars 10 forks source link

Fix CI : regain compatibility with node16 for the CI #798

Closed HugoKulesza closed 2 weeks ago

HugoKulesza commented 2 weeks ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Github actions have changed the default version of node to node20 for all runners. It is not compatible with the base image used to build pypowsybl in the CI.

What is the new behavior (if this is a feature change)? An environment variable is used to reset the version of node to node16 in the CI files.

Other information:

This workaround will only work until October, when Github intend to definitively block the use of node16.