Bump to v6 cypress run config (#6484)

Seems like a decent thing to do. cypress should already be using node 20
though
This commit is contained in:
Matt Godbolt
2024-05-14 04:10:56 +00:00
committed by GitHub
parent 73ba4c8460
commit db9e3cbefe

View File

@@ -26,7 +26,7 @@ jobs:
uses: browser-actions/setup-chrome@v1
if: matrix.browser == 'chrome'
- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: npm run dev -- --language c++ --noLocal
wait-on: 'http://localhost:10240'