Skip to content

Commit 13c295c

Browse files
committed
Updated workflow file
1 parent 6e2d8c0 commit 13c295c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
cache: npm
2625

2726
- name: Install dependencies
28-
run: npm install
27+
run: yarn install --no-lockfile
2928

3029
- name: Run tests
31-
run: npm test
30+
run: yarn test

0 commit comments

Comments
 (0)