From 1115343ec35e4143f87e31b63c8119bcb0018916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abraham=20Javier=20P=C3=A9rez=20Bautista?= <75546736+ajperezbau@users.noreply.github.com> Date: Tue, 9 May 2023 11:34:07 +0100 Subject: [PATCH] ci: set node 16 release container (#1185) EMP-700 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c33c4c38a8..130359f13e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: needs: [build] runs-on: ubuntu-latest container: - image: cypress/browsers:node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 + image: cypress/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1 # https://github.com/cypress-io/github-action#firefox Cypress FF image needs this user permissions to be able to install dependencies options: --user 1001