Skip to content

Commit 49a6b1d

Browse files
authored
Update test.yml
1 parent aa9b484 commit 49a6b1d

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
@@ -27,8 +27,8 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- uses: pnpm/action-setup@v2
2929
with:
30-
version: 8
30+
version: 7
3131
run_install: |
3232
- recursive: true
33-
args: [--frozen-lockfile, --strict-peer-dependencies]
33+
args: [--frozen-lockfile]
3434
- run: pnpm run test:ci

0 commit comments

Comments
 (0)