Use recent node version for markdownlint job
As shown in [0] the markdownlint job is currently broken, as the ensure-nodejs role still defaults to node_version 6, which is severly outdated and no longer installable on our current default Ubuntu 22.04 nodes. Pin to the latest LTS node version, 18. [0] https://review.opendev.org/c/opendev/sandbox/+/618075 Change-Id: I864587f1fd6d32dc5e744fb3cf00e13485cba326
This commit is contained in:
parent
63e18a2467
commit
cababfebac
@ -436,3 +436,5 @@
|
||||
`.markdownlint.json` that is configured according to
|
||||
https://github.com/DavidAnson/markdownlint#optionsconfig
|
||||
to control rule specifics.
|
||||
vars:
|
||||
node_version: 18
|
||||
|
Loading…
Reference in New Issue
Block a user