Skip to content

Commit e64fa0e

Browse files
committed
edit actions
1 parent f6c2956 commit e64fa0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: pnpm/action-setup@v4
2828

2929
- name: Install dependencies
30-
run: pnpm install
30+
run: pnpm install --frozen-lockfile
3131

3232
- name: Build
3333
run: pnpm build

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: pnpm/action-setup@v4
2828

2929
- name: Install dependencies
30-
run: pnpm install
30+
run: pnpm install --frozen-lockfile
3131

3232
- name: Run tests with coverage
3333
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: pnpm/action-setup@v4
2828

2929
- name: Install dependencies
30-
run: pnpm install
30+
run: pnpm install --frozen-lockfile
3131

3232
- name: Test
3333
run: pnpm test

0 commit comments

Comments
 (0)