Skip to content

Commit c93bd87

Browse files
committed
chore: update github action workflow
1 parent 8022857 commit c93bd87

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: 'pnpm'
4242

4343
- name: Install dependencies
44-
run: pnpm install --no-frozen-lockfile
44+
run: pnpm install --frozen-lockfile
4545

4646
- name: Lint codes
4747
run: pnpm lint
@@ -71,7 +71,7 @@ jobs:
7171
cache: 'pnpm'
7272

7373
- name: Install dependencies
74-
run: pnpm install --no-frozen-lockfile
74+
run: pnpm install --frozen-lockfile
7575

7676
- name: Build codes
7777
run: |
@@ -109,7 +109,7 @@ jobs:
109109
cache: 'pnpm'
110110

111111
- name: Install dependencies
112-
run: pnpm install --no-frozen-lockfile
112+
run: pnpm install --frozen-lockfile
113113

114114
- name: Build codes
115115
run: |
@@ -146,7 +146,7 @@ jobs:
146146
cache: 'pnpm'
147147

148148
- name: Install dependencies
149-
run: pnpm install --no-frozen-lockfile
149+
run: pnpm install --frozen-lockfile
150150

151151
- name: Run unit tests
152152
run: |
@@ -181,7 +181,7 @@ jobs:
181181
cache: 'pnpm'
182182

183183
- name: Install dependencies
184-
run: pnpm install --no-frozen-lockfile
184+
run: pnpm install --frozen-lockfile
185185

186186
- name: Install Playwright
187187
run: pnpm playwright-core install chromium
@@ -224,7 +224,7 @@ jobs:
224224
cache: 'pnpm'
225225

226226
- name: Install dependencies
227-
run: pnpm install --no-frozen-lockfile
227+
run: pnpm install --frozen-lockfile
228228

229229
- name: Install Playwright
230230
run: pnpm playwright-core install chromium

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 20
3131

3232
- name: Install dependencies
33-
run: pnpm install --no-frozen-lockfile
33+
run: pnpm install --frozen-lockfile
3434

3535
- name: Extract version tag
3636
if: startsWith( github.ref, 'refs/tags/v' )

0 commit comments

Comments
 (0)