Skip to content

Commit 67fe4d0

Browse files
committed
another try
1 parent f75a299 commit 67fe4d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16+
cache: yarn
1617
node-version-file: 'package.json'
1718
- name: Install
1819
run: yarn install
@@ -38,13 +39,14 @@ jobs:
3839
- uses: actions/checkout@v4
3940
- uses: actions/setup-node@v4
4041
with:
42+
cache: yarn
4143
node-version: ${{ matrix.version }}
4244
- name: Install
4345
run: yarn install
4446
- name: Download Artifacts
4547
uses: actions/download-artifact@v4
4648
with:
47-
path: ./packages/**/*
49+
path: ./packages
4850
merge-multiple: true
4951
- name: Debug download
5052
run: tree ./

0 commit comments

Comments
 (0)