laminas / laminas-continuous-integration-action

GitHub Action for running a QA check
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

markdownlint also uses node so requires the latest versions #156

Closed internalsystemerror closed 1 year ago

internalsystemerror commented 1 year ago
Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

After merging https://github.com/laminas/laminas-continuous-integration-action/pull/155, https://github.com/laminas/laminas-continuous-integration-action/pull/133 should have passed checks, however it appears that I missed the fact that markdownlint has its own docker stage.

This PR adds the nodesource repositories for the latest versions of node to the install-markdownlint stage also, in order to fix that.

Ocramius commented 1 year ago

Thanks @internalsystemerror!