From 146ba2e1c7a56565873380cf80df9ee1880abb2f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 31 Jan 2024 16:54:05 +0300 Subject: CI: disable npm cache on `vnext` job --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b3381b5..5c5ee6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: "18" - cache: "npm" - run: npm ci - run: npm run vnext:test - run: npm run vnext:lint -- cgit v1.2.3