Skip to content

Commit 2121422

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ 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
69+
cache-dependency-path: yarn.lock
6870

6971
- name: Add yarn
7072
if: startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)