Skip to content

Commit c7e63db

Browse files
authored
Use --frozen-lockfile in docgen (#8200)
1 parent 4ff8b28 commit c7e63db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: NPM - devextreme
3131
working-directory: devextreme
32-
run: pnpm install
32+
run: pnpm install --frozen-lockfile
3333

3434
#Generation
3535
- name: Discover declarations

0 commit comments

Comments
 (0)