From 5195adf6252b962ea8b6fca2164cc0a64e58508c Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 15 Sep 2024 01:32:07 +0330 Subject: [PATCH] ci: remove cache --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d9bb3e..e799d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,14 +15,6 @@ jobs: with: node-version: 20 - - name: Cache Node.js modules - uses: actions/cache@v3 - with: - path: node_modules - key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - name: Install dependencies run: npm install