aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54345f6e..364ee91d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,7 +56,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "18"
- cache: "npm"
- run: npm install
- name: Run tests
run: ./mvnw -P${{ matrix.profile }} clean package