A Docker image with all dependencies pre-installed. Just add your NPM packages (including Cypress) and run the tests. See Cypress Docker docs and Cypress CI guide.
Sample Dockerfile
FROM cypress/base:12.18.4
RUN npm install --save-dev cypress
RUN $(npm bin)/cypress verify
RUN $(npm bin)/cypress run
Versions
node version: v12.18.4
npm version: 6.14.8
yarn version: 1.22.10
debian version: 10.5
user: root