Skip to content

Commit cbe47d7

Browse files
updated workflow file
1 parent 5d8fbaf commit cbe47d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: yarn
27-
- run: yarn test
26+
- run: pnpm install
27+
- run: pnpm test

0 commit comments

Comments
 (0)