Skip to content

Commit

Permalink
Add cypress v13.
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenvalecha committed Feb 1, 2024
1 parent 78e21bb commit f73d099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ RUN apk add --no-cache --update git \
# Add user 'runner' with specified UID
RUN adduser -D -h /home/runner -u $RUNNER_UID runner

# Install Node.js 18 and Cypress 13
# Install Node.js and Cypress
USER root
RUN apk add --no-cache nodejs=18 npm=18 \
RUN apk add --no-cache nodejs npm \
&& npm install -g cypress@13 \
&& chown -R runner:runner /home/runner

Expand Down

0 comments on commit f73d099

Please sign in to comment.