We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75bbb commit c8cff24Copy full SHA for c8cff24
.github/workflows/deploy-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-node@v3
19
with:
20
node-version: 18
21
- # cache: yarn
+ cache: yarn
22
23
- name: Install dependencies
24
run: yarn install --frozen-lockfile
0 commit comments