Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Jun 26, 2023
1 parent 0f59993 commit 1bde859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# ##[debug]Cache Paths:
# ##[debug]["sub2/.yarn/cache","sub3/.yarn/cache","../../../.cache/yarn/v6"]
- name: Setup Node
uses: akv-platform/setup-node@yarn-performance
uses: akv-platform/setup-node@yarn-perfomance
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand All @@ -51,7 +51,7 @@ jobs:
# ##[info]All dependencies are managed locally by yarn3, the previous cache can be used
# ##[debug]["node-cache-Linux-yarn-401024703386272f1a950c9f014cbb1bb79a7a5b6e1fb00e8b90d06734af41ee","node-cache-Linux-yarn"]
- name: Setup Node
uses: akv-platform/setup-node@yarn-performance
uses: akv-platform/setup-node@yarn-perfomance
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand All @@ -78,7 +78,7 @@ jobs:
# ##[debug]"/home/runner/work/setup-node-test/setup-node-test/sub2" dependencies are managed by yarn 3 locally
# ##[debug]"/home/runner/work/setup-node-test/setup-node-test/sub3" dependencies are not managed by yarn 3 locally
- name: Setup Node
uses: akv-platform/setup-node@yarn-performance
uses: akv-platform/setup-node@yarn-perfomance
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down

0 comments on commit 1bde859

Please sign in to comment.