Merge pull request #808 from arifszn/codex/remove-manual-cache-restore-from-files

Remove redundant cache restore steps from workflows
This commit is contained in:
Ariful Alam 2025-10-28 16:07:55 +06:00 committed by GitHub
commit 800a30de9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 14 deletions

View File

@ -31,13 +31,6 @@ jobs:
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v4 uses: actions/configure-pages@v4
- name: Restore cache
uses: actions/cache@v4
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci

View File

@ -17,13 +17,6 @@ jobs:
node-version: 20.x node-version: 20.x
cache: 'npm' cache: 'npm'
- name: Restore cache
uses: actions/cache@v4
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci