We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3caf7 commit 2247aefCopy full SHA for 2247aef
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: pnpm/action-setup@v4
34
35
- name: Install packages
36
- run: pnpm ci
+ run: pnpm install --frozen-lockfile
37
38
# Environment variables
39
- name: create env files
.github/workflows/pull-request.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Build
30
run: pnpm run build
0 commit comments