Skip to content

Commit abc4640

Browse files
authored
use fresh
1 parent 6058432 commit abc4640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ jobs:
2828
with:
2929
node-version: "20"
3030
cache: "npm"
31-
cache-dependency-path: Build/package-lock.json
3231

3332
- name: Install dependencies
3433
working-directory: Build
35-
run: npm ci
34+
run: npm i
3635

3736
- name: Build
3837
working-directory: Build

0 commit comments

Comments
 (0)