We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ace0a commit ad541a2Copy full SHA for ad541a2
1 file changed
.github/workflows/mt-docs-data-api-reference.yml
@@ -12,15 +12,6 @@ jobs:
12
steps:
13
- name: checkout
14
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-"
24
- uses: actions/setup-node@v4.0.0
25
with:
26
cache: npm
0 commit comments