チセ 2024-01-21 07:59:08 +08:00 committed by yuhan6665
parent 66cd8b982b
commit 1c0b22d26b
1 changed files with 1 additions and 1 deletions

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: