silverstripe / gha-run-tests

GitHub Action - CI test runner
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

FIX Allow different node versions for admin vs module #5

Closed GuySartorelli closed 2 years ago

GuySartorelli commented 2 years ago

Allow the module to have a different version of node than admin

Allows a fix for https://github.com/silverstripe/silverstripe-contentreview/runs/7401209441?check_suite_focus=true

error silverstripe-contentreview@4.0.0: The engine "node" is incompatible with this module. Expected version "^6.x". Got "10.24.1"

Parent issue