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: |