feat: update to node 22

This commit is contained in:
2024-06-03 14:11:07 +02:00
parent 91e0f2a255
commit 1628849d1b
16 changed files with 101 additions and 792 deletions

View File

@@ -1,5 +1,5 @@
### Set base image
FROM cypress/base:18.16.1
FROM cypress/base:22.0.0
USER root
@@ -83,6 +83,9 @@ RUN apt-get update && \
# Add a link to the browser that allows Cypress to find it
RUN ln -s /usr/bin/microsoft-edge /usr/bin/edge
### PNPM
RUN corepack enable
# versions of local tools
RUN echo " node version: $(node -v) \n" \
"npm version: $(npm -v) \n" \