🔥 3-day streak
GitHub Actions (GH-200)85 / 142
Question 85 of 142

A team builds their application across multiple Node.js versions using a matrix. Their workflow currently defines `node: [16, 18, 20]` running on `ubuntu-latest`. They want to add ONE additional job that runs on `windows-latest` with Node.js 20 and also sets an extra variable `experimental: true` that only applies to that single combination, without altering the existing three Ubuntu jobs. Which matrix configuration achieves this?

Reviewed for accuracy · Report an issueNext question