Skip to content

Commit fd86366

Browse files
committed
chore: remove yarn
1 parent 9740d79 commit fd86366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: ${{ matrix.node-version }}
14-
- run: yarn install --frozen-lockfile
14+
- run: npm install
1515
- run: npm run test-ci

0 commit comments

Comments
 (0)