Skip to content

Commit 480faae

Browse files
committed
Udpate workflow
1 parent 0f28532 commit 480faae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: ${{ matrix.node }}
19-
- run: pnpm install --frozen-lockfile --non-interactive
19+
20+
- uses: pnpm/action-setup@v3
21+
with:
22+
version: 8
23+
run_install: |
24+
- recursive: true
25+
args: [--frozen-lockfile, --strict-peer-dependencies]
26+
2027
- run: pnpm run build
2128
- run: pnpm run test
2229
- run: pnpm run lint

0 commit comments

Comments
 (0)