Skip to content

Commit 53b9b0c

Browse files
committed
ci: use yarn for tests
1 parent c4e7c3f commit 53b9b0c

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

‎.github/workflows/checks.yml‎

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,19 @@ jobs:
4747
with:
4848
node-version: 24
4949

50+
- run: corepack enable
51+
52+
- name: Setup Node.js cache
53+
uses: actions/setup-node@v4
54+
with:
55+
node-version: 24
56+
cache: "yarn"
57+
5058
- name: Install dependencies
51-
run: npm install
59+
run: yarn
5260

5361
- name: Run tests
54-
run: npm test
62+
run: yarn test
5563
env:
5664
REDIS_HOST: localhost
5765
REDIS_PORT: 6379

0 commit comments

Comments
 (0)