Skip to content

Commit 0ce4db2

Browse files
committed
ci: use lockfile for deps on ci
1 parent 51c555b commit 0ce4db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: ${{ matrix.node-version }}
4141
cache: "pnpm"
4242
- name: Install dependencies
43-
run: pnpm install
43+
run: pnpm install --frozen-lockfile
4444
- name: Run ESLint
4545
run: pnpm lint
4646
- name: Check types

0 commit comments

Comments
 (0)