cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

feat: publish set of node.js 18.20.3 images #1090

Closed MikeMcC399 closed 4 months ago

MikeMcC399 commented 4 months ago

ON HOLD waiting for feature branch 13.10.0-node-18.20.3-publish to be created

Issue

Current Cypress Docker images which include Node.js 18.x are using 18.16.1 which is now almost one year old. The current latest Node.js 18.x version is 18.20.3 released on May 21, 2024.

Change

Refresh Current Cypress Docker images cypress/base, cypress/browsers and cypress/included using the current latest Node.js 18.x version 18.20.3 combined with the latest default values for OS (Debian 12), Yarn (1.22.22), browser and Cypress versions as defined in factory/.env.

(No new cypress/factory is published. This is not necessary or desired.)

Verification

cd factory
docker compose build factory
docker compose build included
cd test-project
set -a && . ../.env && set +a
docker compose run test-factory-all-included
cypress-app-bot commented 4 months ago
MikeMcC399 commented 4 months ago