From 54b62fe7f31620dd7be18c4a23737ee834124818 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Wed, 19 Jun 2024 10:55:25 +0200 Subject: [PATCH] ci: fix flow cypress Signed-off-by: Luka Trovic --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 72bbe803c..8f4e05620 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x] + node-version: [16.x] # containers: [1, 2, 3] php-versions: [ '7.4' ] databases: [ 'sqlite' ]