Skip to content

Commit c29920b

Browse files
committed
Remove manual cache step from PR workflow
1 parent 1ee51eb commit c29920b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
cache: npm
1717
node-version-file: .node-version
1818

19-
- name: Cache project 'node_modules' directory
20-
id: node-modules-cache
21-
uses: actions/cache@v4
22-
with:
23-
key: node-modules-cache-${{ hashFiles('**/package-lock.json', '**/.node-version') }}
24-
path: node_modules/
25-
2619
- name: Install project npm dependencies
2720
if: ${{ steps.node-modules-cache.outputs.cache-hit != 'true' }}
2821
run: npm ci

0 commit comments

Comments
 (0)