Skip to content

Conversation

Copy link

Copilot AI commented Nov 5, 2025

The e2e workflow now tests against both the minimum supported Node version (18.0.0) and latest LTS to ensure compatibility across the supported range.

Changes

  • Added matrix strategy with node-version: ['18.0.0', 'lts/*']
  • Updated setup-node action to use ${{ matrix.node-version }}
  • Namespaced artifact uploads as blob-report-${{ matrix.node-version }} to prevent collisions

The workflow now runs twice per trigger, validating behavior on both Node 18.0.0 (per package.json engines requirement) and the current LTS release.

Original prompt

update .github/workflows/e2e.yml to test on a matrix of node versions: just 18.0.0 (earlier supported) and lts/*


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

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for remix-edge ready!

Name Link
🔨 Latest commit 2d6cee0
🔍 Latest deploy log https://app.netlify.com/projects/remix-edge/deploys/690b8df8ef32910008f26ebd
😎 Deploy Preview https://deploy-preview-566--remix-edge.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for remix-serverless ready!

Name Link
🔨 Latest commit 2d6cee0
🔍 Latest deploy log https://app.netlify.com/projects/remix-serverless/deploys/690b8df88db5d30007ab08ec
😎 Deploy Preview https://deploy-preview-566--remix-serverless.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
Copilot AI changed the title [WIP] Update e2e workflow to test on node version matrix Add Node.js version matrix to e2e workflow Nov 5, 2025
Copilot AI requested a review from serhalp November 5, 2025 17:49
Copilot finished work on behalf of serhalp November 5, 2025 17:49
@serhalp serhalp changed the title Add Node.js version matrix to e2e workflow ci: run e2e tests on earliest and latest supported Node.js versions Nov 5, 2025
@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore work needed to keep the product and development running smoothly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants