From efcd9f1d76e5c1dacc207160c98128d4cddb1403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:45:58 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20cypress/base=20to=2018.?= =?UTF-8?q?16.1=20=F0=9F=8C=9F=20(#717)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .gitlab-ci.yml | 4 ++-- Dockerfile | 2 +- basic/.circleci/config.yml | 2 +- basic/.gitlab-ci.yml | 2 +- basic/codeship-pro/Dockerfile | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c1a76514..c5df6b6fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ cache: # this job installs NPM dependencies and Cypress install: - image: cypress/base:18.16.0 + image: cypress/base:18.16.1 stage: build script: @@ -35,7 +35,7 @@ install: # all jobs that actually run tests can use the same definition .job_template: - image: cypress/base:18.16.0 + image: cypress/base:18.16.1 stage: test script: # print CI environment variables for reference diff --git a/Dockerfile b/Dockerfile index e3448520b..8454751b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://documentation.codeship.com/pro/languages-frameworks/nodejs/ # use Cypress provided image with all dependencies included -FROM cypress/base:18.16.0 +FROM cypress/base:18.16.1 RUN node --version RUN npm --version WORKDIR /home/node/app diff --git a/basic/.circleci/config.yml b/basic/.circleci/config.yml index ede4da575..85f2c64a0 100644 --- a/basic/.circleci/config.yml +++ b/basic/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: cypress/base:18.16.0 + - image: cypress/base:18.16.1 steps: - checkout # restore folders with npm dependencies and Cypress binary diff --git a/basic/.gitlab-ci.yml b/basic/.gitlab-ci.yml index 89b0b882e..435ef8471 100644 --- a/basic/.gitlab-ci.yml +++ b/basic/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: - cache/Cypress test: - image: cypress/base:18.16.0 + image: cypress/base:18.16.1 stage: test script: - npm ci diff --git a/basic/codeship-pro/Dockerfile b/basic/codeship-pro/Dockerfile index e3448520b..8454751b5 100644 --- a/basic/codeship-pro/Dockerfile +++ b/basic/codeship-pro/Dockerfile @@ -2,7 +2,7 @@ # https://documentation.codeship.com/pro/languages-frameworks/nodejs/ # use Cypress provided image with all dependencies included -FROM cypress/base:18.16.0 +FROM cypress/base:18.16.1 RUN node --version RUN npm --version WORKDIR /home/node/app