Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions of node in ci. Fixes ci. #280

Merged
merged 2 commits into from
Mar 7, 2023

Conversation

JeroenKnoops
Copy link
Contributor

Motivation

Update to supported versions of node.

Currently node 14, 16 and 18 are stable. See https://github.com/nodejs/release#release-schedule
Also added v19.6.1, because we're using node:buster in the Dockerfile which uses v19.6.1.

Proposed Changes

This PR will:

  • remove node 10 and 12 in CI
  • add node (14), 16, 18, 19 in CI

Test Plan

Ran tests ( npm ci, npm test, npm apidoc ) on macOs for:

  • node v14.21.3
  • node v16.19.1
  • node v18.14.1
  • node v19.6.1

Related issue

closes: #270

…8 and 19

closes: todogroup#270
Signed-off-by: Jeroen Knoops <jeroen.knoops@philips.com>
Signed-off-by: Jeroen Knoops <jeroen.knoops@philips.com>
@JeroenKnoops
Copy link
Contributor Author

Error in docker test will be resolved in #281

@JeroenKnoops JeroenKnoops changed the title Update versions of node in ci. Update versions of node in ci. Fixes ci. Feb 22, 2023
JeroenKnoops added a commit to philips-forks/repolinter that referenced this pull request Feb 24, 2023
Changes as done in todogroup#280

Signed-off-by: Jeroen Knoops <jeroen.knoops@philips.com>
This was referenced Feb 24, 2023
@hyandell
Copy link
Member

hyandell commented Mar 7, 2023

Thank you Jeroen!

@hyandell hyandell merged commit de09381 into todogroup:main Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CI node versions
2 participants