Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 18, 2025

The test workflow was using deprecated Node.js 16.x (EOL Sept 2023) and outdated GitHub Actions v2.

Changes

  • Updated Node.js from 16.x to 20.x (current LTS)
  • Updated actions/checkout from v2 to v4
  • Updated actions/setup-node from v2 to v4
steps:
  - uses: actions/checkout@v4
  - name: Use Node.js ${{ matrix.node-version }}
    uses: actions/setup-node@v4
    with:
      node-version: 20.x
      cache: 'npm'
Original prompt

please fix test workflow, likely need action file to be updated or node version set to latest


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

Co-authored-by: dy <300067+dy@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix test workflow and update node version Update test workflow to Node.js 20.x and GitHub Actions v4 Nov 18, 2025
Copilot AI requested a review from dy November 18, 2025 16:48
@dy dy marked this pull request as ready for review November 18, 2025 17:01
@dy dy merged commit 43284d3 into master Nov 18, 2025
2 checks passed
@dy dy deleted the copilot/fix-test-workflow-issues branch November 18, 2025 17:03
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