We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4119ef7 commit 6ca15aeCopy full SHA for 6ca15ae
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup pnpm
34
uses: pnpm/action-setup@v4
35
with:
36
- version: 8
+ version: 10
37
38
- name: Get pnpm store directory
39
shell: bash
@@ -49,7 +49,7 @@ jobs:
49
${{ runner.os }}-pnpm-store-
50
51
- name: Install dependencies
52
- run: pnpm install --frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
53
54
- name: Build
55
run: pnpm build
0 commit comments