Skip to content

Commit ad541a2

Browse files
committed
Stop caching for yarn
1 parent 61ace0a commit ad541a2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/mt-docs-data-api-reference.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ jobs:
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@v4.1.0
15-
- name: Get yarn cache directory path
16-
id: yarn-cache-dir-path
17-
run: echo 'dir=$(yarn cache dir)' >> $GITHUB_OUTPUT
18-
- name: Set up yarn cache
19-
uses: actions/cache@v4.0.0
20-
with:
21-
path: "${{ steps.yarn-cache-dir-path.outputs.dir }}"
22-
key: "${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}"
23-
restore-keys: "${{ runner.os }}-yarn-"
2415
- uses: actions/setup-node@v4.0.0
2516
with:
2617
cache: npm

0 commit comments

Comments
 (0)