Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 9, 2025

Updates GitHub Actions workflows to use Node.js 20 and 22 instead of the EOL versions 16 and 18.

Changes

  • Updated matrix strategy in .github/workflows/main.yml for both test and coverall jobs
  • Node versions specified as strings per GitHub Actions conventions
matrix:
  node-version: ['20', '22']  # Previously [^16, ^18]
Original prompt

This section details on the original issue you should resolve

<issue_title>[feature] upgrade all CI scripts' Node.js version from 16 & 18 to 20 & 22</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)

@hsluoyz @nodece @Shivansh-yadav13

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@hsluoyz
Copy link
Member

hsluoyz commented Dec 9, 2025

@nodece @Shivansh-yadav13 please review

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@hsluoyz hsluoyz marked this pull request as ready for review December 9, 2025 15:14
Copilot AI and others added 2 commits December 9, 2025 15:15
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
@hsluoyz hsluoyz changed the title [WIP] Upgrade CI scripts' Node.js version to 20 and 22 feat: upgrade CI scripts' Node.js version to 20 and 22 Dec 9, 2025
Copilot AI changed the title feat: upgrade CI scripts' Node.js version to 20 and 22 Upgrade CI Node.js versions from 16 & 18 to 20 & 22 Dec 9, 2025
@hsluoyz hsluoyz merged commit 0595afa into master Dec 9, 2025
17 of 19 checks passed
Copilot AI requested a review from hsluoyz December 9, 2025 15:20
github-actions bot pushed a commit that referenced this pull request Dec 9, 2025
# [5.5.0](v5.4.0...v5.5.0) (2025-12-09)

### Features

* fix duplicate CI runs on pull requests ([#83](#83)) ([cd799f7](cd799f7))
* upgrade CI scripts' Node.js version to 20 and 22 ([#85](#85)) ([ed25ea8](ed25ea8))
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.

[feature] upgrade all CI scripts' Node.js version from 16 & 18 to 20 & 22

3 participants