bonitasoft / bonita-documentation-theme

Dedicated Antora UI Bundle used to produce the Bonita Documentation
https://bonitasoft.github.io/bonita-documentation-theme/
Mozilla Public License 2.0
4 stars 6 forks source link

Bump the version of Node.js required to build #204

Open tbouffard opened 11 months ago

tbouffard commented 11 months ago

We are currently building the project with Node 16 which has been EOL since September 11th, 2023: https://nodejs.org/en/blog/announcements/nodejs16-eol See also https://github.com/bonitasoft/actions/issues/118, https://github.com/bonitasoft/actions/issues/116 and https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20

Check if https://gitlab.com/antora/antora-ui-default also bumps it requirements. In the past, build the theme with Node 18 fails.

tbouffard commented 1 month ago

We now use Node 18 thanks to #216