Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 1, 2025

New Pull Request Checklist

Issue Description

Related issue: #279

Updates Node.js version support to align with active LTS versions by dropping Node 18 (EOL) and adding Node 24.

Approach

  • Updated package.json engines.node from 18 || 20 || 22 to 20 || 22 || 24
  • Updated .github/workflows/ci.yml test matrix to replace Node 18 with Node 24

TODOs before merging

  • Add entry to changelog

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • exp.host
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine (dns block)
  • fcm.googleapis.com
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine (dns block)
  • www.googleapis.com
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove Node 18 support; add Node 24 support</issue_title>
<issue_description></issue_description>

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


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

@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@parseplatformorg
Copy link
Contributor

parseplatformorg commented Dec 1, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copilot AI changed the title [WIP] Remove Node 18 support and add Node 24 support Remove Node 18 support; add Node 24 support Dec 1, 2025
Copilot AI requested a review from mtrezza December 1, 2025 07:50
@mtrezza mtrezza marked this pull request as ready for review December 1, 2025 10:07
@mtrezza mtrezza changed the title Remove Node 18 support; add Node 24 support feat: Remove Node 18 support; add Node 24 support Dec 1, 2025
@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

@mtrezza mtrezza merged commit f505a4f into master Dec 1, 2025
7 of 11 checks passed
parseplatformorg pushed a commit that referenced this pull request Dec 1, 2025
# [8.0.0](7.0.1...8.0.0) (2025-12-01)

### Features

* Remove Node 18 support; add Node 24 support ([#476](#476)) ([f505a4f](f505a4f))

### BREAKING CHANGES

* Removes Node 18 support; add Node 24 support. ([f505a4f](f505a4f))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 8.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Node 18 support; add Node 24 support

3 participants