diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7b6422c..cba4716d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: node-version: ${{ matrix.node }} cache: 'npm' - run: npm install - env: - SHARP_IGNORE_GLOBAL_LIBVIPS: 1 - run: npm run lint # - run: npm run test - run: npm run build