Skip to content

Commit

Permalink
Udpate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Apr 9, 2024
1 parent 0f28532 commit 480faae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: pnpm install --frozen-lockfile --non-interactive

- uses: pnpm/action-setup@v3
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- run: pnpm run build
- run: pnpm run test
- run: pnpm run lint
Expand Down

0 comments on commit 480faae

Please sign in to comment.