Skip to content

Commit d7007d5

Browse files
committed
remove unused cache
1 parent d72b2c4 commit d7007d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release-manual-docs.yml

-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ jobs:
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ env.PHP_VERSION }}
28-
- name: Cache Node.js modules
29-
uses: actions/cache@v3
30-
with:
31-
path: ~/.npm
32-
key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
33-
restore-keys: |
34-
${{ runner.os }}-node-${{ env.NODE_VERSION }}-
3528
- name: Generate Docs
3629
run: |
3730
composer install

0 commit comments

Comments
 (0)