Skip to content

Commit 041bd41

Browse files
committed
fix build tool
1 parent 0b9a61b commit 041bd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/refresh-set-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
28+
cache: 'yarn'
2929
- run: yarn --frozen-lockfile
3030
- run: yarn build
3131
- run: yarn test

0 commit comments

Comments
 (0)