From 93c6af4d5bdd6bfcc180fdec3b359f5b184b0ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 16 Oct 2023 23:36:35 +0200 Subject: [PATCH] ci(cypress): Use node 20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 007f4cc12..1a0297b6b 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: [20.x] # containers: [1, 2, 3] php-versions: [ '8.0' ] databases: [ 'sqlite' ] @@ -30,8 +30,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - name: Set up npm7 - run: npm i -g npm@7 - name: Register text Git reference run: |