| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
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:
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
…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)
| Back | FazBrowse Home | New Git URL |
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