From 162ae9eb499e83e1bb37bf1fd1fe3ee9cb67a910 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 21 Feb 2024 12:59:47 +0100 Subject: [PATCH] fix(ci): Fix integration test Signed-off-by: Marcel Klehr --- .github/workflows/integration-test.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 1b483a5..356a89c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -86,22 +86,6 @@ jobs: repository: cloud-py-api/app_api path: apps/app_api - - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v3 - id: versions - with: - path: apps/${{ env.APP_NAME }} - fallbackNode: '^20' - fallbackNpm: '^10' - - - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@v4 - with: - node-version: ${{ steps.versions.outputs.nodeVersion }} - - - name: Set up npm ${{ steps.versions.outputs.npmVersion }} - run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}" - - name: Set up Nextcloud if: ${{ matrix.databases != 'pgsql'}} run: |