From e38052dce9f628ecefcf32e2bb617f4171cf1c7c Mon Sep 17 00:00:00 2001 From: octocorvus Date: Sat, 8 Jul 2023 13:02:55 +0000 Subject: [PATCH] ci: remove redundant step to install npm deps This is handled by gradle now. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65d7c67..064fed9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,5 @@ jobs: java-version: 20 cache: gradle - - run: npm ci --ignore-scripts - name: Build with Gradle run: ./gradlew build --no-daemon