corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.29k stars 345 forks source link

Migrate check workflow to Node.js 18 #931

Closed MikeMcC399 closed 1 year ago

MikeMcC399 commented 1 year ago

This PR updates Node.js to 18 (lts/hydrogen) in the workflows/checks.yml file.

This is in alignment with the cwa-website.

Verification

npm test

and ensure that there are no errors reported.

Examine the Actions log and make sure that there are no errors.


Internal Tracking ID: EXPOSUREAPP-14275

MikeMcC399 commented 1 year ago

It's uncertain why https://github.com/corona-warn-app/cwa-documentation/actions/runs/3370675638 has failed. I suspect it is just a glitch and it will work again the next time, just like it worked the previous time.

dsarkar commented 1 year ago

@MikeMcC399 Thanks, LGMT!