Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit affcf17

Browse files
committed
chore: Update yarn cache dir in workflows
1 parent 967c548 commit affcf17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- name: Get yarn cache directory path
1616
id: yarn-cache-dir-path
17-
run: echo "::set-output name=dir::$(yarn cache dir)"
17+
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
1818
- uses: actions/cache@v2
1919
id: yarn-cache
2020
with:

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- name: Get yarn cache directory path
99
id: yarn-cache-dir-path
10-
run: echo "::set-output name=dir::$(yarn cache dir)"
10+
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
1111
- uses: actions/cache@v2
1212
id: yarn-cache
1313
with:

0 commit comments

Comments
 (0)