1 parent fe34a74 commit 2648bcaCopy full SHA for 2648bca
1 file changed
.github/workflows/test.yml
@@ -14,13 +14,13 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: '22'
17
- cache: 'npm'
+ cache: 'yarn'
18
19
- name: Install dependencies
20
- run: npm ci
+ run: yarn install --frozen-lockfile
21
22
- name: Run tests
23
- run: npm test
+ run: yarn test
24
env:
25
NODE_ENV: test
26
# Skip the 900 ms minimum response delay in CI to keep the suite fast.
0 commit comments