We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd047e commit d485113Copy full SHA for d485113
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'npm'
31
- cache-dependency-path: frontend/package-lock.json
+ cache-dependency-path: package-lock.json
32
33
- name: Install dependencies
34
run: npm ci
@@ -137,7 +137,7 @@ jobs:
137
138
node-version: '20.x'
139
140
141
142
- name: Setup Python
143
uses: actions/setup-python@v4
@@ -207,7 +207,7 @@ jobs:
207
208
209
210
211
212
- name: Frontend security audit
213
working-directory: ./frontend
0 commit comments