cypress-io / cypress-docker-images

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

feat: add Node.js GPG key for Antoine du Hamel #1235

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

The signature of Node.js v22.10.0 (current) cannot be checked because it was published by Antoine du Hamel (on Oct 16, 2024) and his new signature from Node.js release key is missing from cypress/factory.

Change

Add the Node.js release key for

Antoine du Hamel duhamelantoine1995@gmail.com C0D6248439F1D5604AAFFB4021D900FFDB233756

to factory/installScripts/node/default.sh and bump the FACTORY_VERSION to 4.3.0

Verification

cd factory
docker compose build factory
export NODE_VERSION='22.10.0'
docker compose build base

Confirm that both images build without error.

cypress-app-bot commented 1 month ago