Skip to content

ci: update node-version#874

Open
abetomo wants to merge 1 commit into
motdotla:masterfrom
abetomo:ci-update-node-versions
Open

ci: update node-version#874
abetomo wants to merge 1 commit into
motdotla:masterfrom
abetomo:ci-update-node-versions

Conversation

@abetomo

@abetomo abetomo commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 1, 2026 12:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions CI workflow to run tests on newer Node.js versions, aligning the repository’s CI matrix with the intended supported/runtime Node versions.

Changes:

  • Update Ubuntu test matrix from Node 20/22 to 22/24.
  • Update the macOS/Windows job’s Node version from 22 to 24.
Comments suppressed due to low confidence (1)

.github/workflows/workflow.yml:17

  • The steps sequence items are indented at the same level as steps:. In YAML (and GitHub Actions), list items must be indented under the steps key (e.g., steps:\n - ...). As written, this workflow is likely to fail to parse.
    steps:
    - uses: actions/checkout@v6
    - uses: actions/setup-node@v6
      with:
        node-version: ${{ matrix.node-version }}

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/workflow.yml Outdated
Comment on lines +31 to +35
@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22.x
node-version: 24.x
@abetomo abetomo force-pushed the ci-update-node-versions branch from c2c0a48 to 49e4bfe Compare July 1, 2026 13:04
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.

2 participants