Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huhushirley committed Jul 15, 2024
1 parent 7d36f0b commit 968921b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
- run: pnpm install --frozen-lockfile
run: pnpm install
- run: pnpm run build --if-present
- run: pnpm test
- run: pnpm run test:coverage
Expand Down

0 comments on commit 968921b

Please sign in to comment.