Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 6ca15ae

Browse files
committed
chore: update deploy config
1 parent 4119ef7 commit 6ca15ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup pnpm
3434
uses: pnpm/action-setup@v4
3535
with:
36-
version: 8
36+
version: 10
3737

3838
- name: Get pnpm store directory
3939
shell: bash
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-pnpm-store-
5050
5151
- name: Install dependencies
52-
run: pnpm install --frozen-lockfile
52+
run: pnpm install --no-frozen-lockfile
5353

5454
- name: Build
5555
run: pnpm build

0 commit comments

Comments
 (0)