cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.

Home Page:https://example.cypress.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the gitlab ci

jg-cantaa opened this issue · comments

The Gitlab CI is failing for the kitchensink.
Logs for the failure can be seen here:
https://gitlab.com/cypress-io/cypress-example-kitchensink/-/jobs/3220209059

image

In a private repo, forked off the kitchensink, the CI fails with the same error.

Looks like the wrong version of Node - we will need to update to Node 14.

@lmiller1990

Looks like the wrong version of Node - we will need to update to Node 14.

I wonder why you suggest Node.js 14 rather than the LTS version Node.js 18.

The last commit on https://gitlab.com/cypress-io/cypress-example-kitchensink/-/commits/master is from Dec 7, 2022, so the repo is out of date in any case and not synced with this repo. Is that supposed to happen automatically or is it somebody's responsibility to sync it manually from time to time?

I think I wrote Node.js 14 since that's when that syntax was first supported. We can definitely update to Node.js 18, though. I don't think there's a specific person or team responsible for this particular task or repo.

@lmiller1990

  • I have submitted #614 to update several examples, including the GitLab example.

@jg-cantaa

So I suggest to close this issue: either now, or after the remaining PRs mentioned above have been merged.

It looks like #615 is not happening (the sync). Instead, we will archive it.

Any benefit to keeping this open? Looks like #615 captures the remaining work.

@lmiller1990 No we can close.