This commit is contained in:
@@ -25,9 +25,9 @@ jobs:
|
|||||||
corepack enable
|
corepack enable
|
||||||
corepack prepare yarn@stable --activate
|
corepack prepare yarn@stable --activate
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
# - name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
# id: yarn-cache-dir-path
|
||||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
# run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
# - name: Persistent Yarn Cache
|
# - name: Persistent Yarn Cache
|
||||||
# uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user