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

Commit 2f58b48

Browse files
authored
fix: Update GitHub ci.yml (#1016)
1 parent 2bd938d commit 2f58b48

File tree

1 file changed

+1
-1
lines changed
  • packages/cna-template/template/frameworks/github-actions/.github/workflows

1 file changed

+1
-1
lines changed

packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
<%_ if (pm === 'yarn') { _%>
3333
- name: Get yarn cache directory path 🛠
3434
id: yarn-cache-dir-path
35-
run: echo "::set-output name=dir::$(yarn cache dir)"
35+
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
3636

3737
- name: Cache node_modules 📦
3838
uses: actions/cache@v2.1.7

0 commit comments

Comments
 (0)