Skip to content

Commit fdef5ec

Browse files
committed
Cache yarn dependencies in packaging pipeline
1 parent cead7b6 commit fdef5ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
- uses: actions/setup-node@v4
6565
with:
6666
node-version: ${{ matrix.node }}
67-
architecture: ${{ matrix.host }}
67+
architecture: ${{ matrix.target }}
68+
cache: yarn
6869

6970
- name: Add yarn
7071
if: startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)