diff --git a/.github/workflows/nodejs-windows.yml b/.github/workflows/nodejs-windows.yml index 2a0fb2b6..2e3cd447 100644 --- a/.github/workflows/nodejs-windows.yml +++ b/.github/workflows/nodejs-windows.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node_version }} cache: 'yarn' - - run: yarn --ignore-engines --frozen-lockfile + - run: yarn --frozen-lockfile - name: Start MinIO Server -> Run Unit and Functional Tests timeout-minutes: 5 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c49228ed..7aa1739f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node_version }} cache: 'yarn' - - run: yarn --ignore-engines --frozen-lockfile + - run: yarn --frozen-lockfile - name: Start Server -> Run Unit and Functional Tests timeout-minutes: 5