From 0c3e12dce2d130a4cc691c10931ba0baa8851243 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Thu, 11 May 2023 03:44:55 +0300 Subject: CI: Disable NPM cache --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3