connorhaugh
|
70f5bb1080
|
build: pin semantic release to unblock pipeline (#191)
I saw that the release CI https://github.com/openedx/frontend-lib-content-components/actions/runs/3897027405/jobs/6654318273 was failing the release on [semantic-release]: node version >=18 is required. Found v16.19.0.
from https://github.com/semantic-release/semantic-release/releases/tag/v20.0.0 we learn that node v18 is now the minimum required version of node.
The version of semantic-release that runs in a repo is usually based on the relevant Github Acton workflow file for the release, defined in the repo itself.
I am pinning that version to 19.0.5 until the next node upgrade, as it seems we recently upgrade to node 16.
|
2023-01-12 09:31:31 -05:00 |
|