feat: add Node.js 26 to test matrix - #224
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions CI test matrix to also run the project’s test workflow on Node.js 26, extending existing multi-version coverage.
Changes:
- Added Node.js
26to the workflow matrix alongside20,22, and24.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
okuryu
marked this pull request as ready for review
August 8, 2026 02:15
mergify Bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Aug 16, 2026
…7 to 7.1.0 in /studio [skip ci] Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 7.0.7 to 7.1.0. Release notes *Sourced from [serialize-javascript's releases](https://github.com/yahoo/serialize-javascript/releases).* > v7.1.0 > ------ > > What's Changed > -------------- > > * feat: add Node.js 26 to test matrix by [`@okuryu`](https://github.com/okuryu) in [yahoo/serialize-javascript#224](https://redirect.github.com/yahoo/serialize-javascript/pull/224) > * release: v7.1.0 by [`@okuryu`](https://github.com/okuryu) in [yahoo/serialize-javascript#225](https://redirect.github.com/yahoo/serialize-javascript/pull/225) > > **Full Changelog**: <yahoo/serialize-javascript@v7.0.7...v7.1.0> Commits * [`739145a`](yahoo/serialize-javascript@739145a) release: v7.1.0 * [`57865ed`](yahoo/serialize-javascript@57865ed) feat: add Node.js 26 to test matrix * See full diff in [compare view](yahoo/serialize-javascript@v7.0.7...v7.1.0) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Node.js 26 support should be covered in CI so compatibility issues are detected automatically when contributors open PRs.
What changed
Updated the test workflow matrix to include Node.js 26 in addition to the existing Node.js 20, 22, and 24 versions.
Notes
N/A