diff --git a/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml b/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml index f85a35804..408c32851 100644 --- a/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml +++ b/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: <%_ if (pm === 'yarn') { _%> - 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 - name: Cache node_modules 📦 uses: actions/cache@v2.1.7