We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0f35a commit dc1cfc8Copy full SHA for dc1cfc8
1 file changed
.github/workflows/fe-ci.yml
@@ -68,7 +68,7 @@ jobs:
68
working-directory: src/frontend
69
run: |
70
if [ ! -d "node_modules" ]; then
71
- pnpm install
+ pnpm install --frozen-lockfile --prefer-offline
72
fi
73
74
- name: Run Task with Cache
@@ -135,7 +135,7 @@ jobs:
135
- name: Install Dependencies
136
137
138
139
140
- name: Run Build with Cache (Web)
141
if: matrix.package == 'web'
0 commit comments