Skip to content

Commit 8ffd211

Browse files
authored
chore: fix CI setup for unit tests (#8530)
1 parent 572f537 commit 8ffd211

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
- uses: pnpm/[email protected]
7070
- uses: actions/setup-node@v3
7171
with:
72+
node-version: ${{ matrix.node-version }}
7273
cache: pnpm
7374
- run: pnpm install
74-
env:
75-
SKIP_PREPARE: true
7675
- run: pnpm test:unit

0 commit comments

Comments
 (0)