diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9d4d1f..f82843c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,13 +32,9 @@ jobs: with: bundler-cache: true - - name: Setup Node - uses: actions/setup-node@v3 - - name: Install dependencies run: | sudo apt-get install -y -qq libvips - yarn install --frozen-lockfile - name: Install Bundler & Gems run: |