From ceeff9ed0126025203d77c17093622c675583597 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Fri, 29 Mar 2024 12:52:25 -0500 Subject: [PATCH] Remove node/yarn from GitHub Actions since they're not used --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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: |