Skip to content

Commit

Permalink
ci: added --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Nov 28, 2024
1 parent d81fceb commit 9307f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- name: Installing dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Linting
run: pnpm lint
- name: Type checking
Expand Down

0 comments on commit 9307f50

Please sign in to comment.