ioBroker / testing-action-adapter

Shared Github Actions for ioBroker testing workflows: Adapter test step
0 stars 2 forks source link

Enforce nodeJs engines check #9

Open mcm1957 opened 1 month ago

mcm1957 commented 1 month ago

Currently standard tests pass even if the test is run at node 18 and either the adapter code specifies nodeJs 20 or any dependency specifies nodeJs 20. Only a warning is logged.

Workflow should install environment using 'engine-strict=true' to cause an error

AlCalzone commented 1 month ago

Moved the issue to the correct repo