Skip to content

Commit 408bc64

Browse files
committed
ci yarn
1 parent b5032c2 commit 408bc64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1515
with:
1616
node-version: '24.x'
17+
cache: 'yarn'
1718
- name: Install dependencies
18-
run: 'npm ci'
19+
run: 'yarn install --immutable'
1920
- name: Run tests
20-
run: 'npm test'
21+
run: 'yarn test'

0 commit comments

Comments
 (0)