チセ
2024-01-21 10:43:02 -05:00
committed by yuhan6665
parent 66cd8b982b
commit 1c0b22d26b
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
npm install yarn@1.22.19 -g
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v2
id: yarn-cache
with: