Closed MikeMcC399 closed 1 month ago
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.
cypress/factory
Add the Node.js release key for
Antoine du Hamel duhamelantoine1995@gmail.com C0D6248439F1D5604AAFFB4021D900FFDB233756
C0D6248439F1D5604AAFFB4021D900FFDB233756
to factory/installScripts/node/default.sh and bump the FACTORY_VERSION to 4.3.0
FACTORY_VERSION
4.3.0
cd factory docker compose build factory export NODE_VERSION='22.10.0' docker compose build base
Confirm that both images build without error.
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
to factory/installScripts/node/default.sh and bump the
FACTORY_VERSION
to4.3.0
Verification
Confirm that both images build without error.