Skip to content

Commit 377061f

Browse files
committed
Fix deployment: use latest packages in CI build
1 parent 929b249 commit 377061f

File tree

2 files changed

+520
-434
lines changed

2 files changed

+520
-434
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: 22
32-
cache: "npm"
3332

3433
- name: Setup Pages
3534
uses: actions/configure-pages@v5
3635

3736
- name: Install dependencies
38-
run: npm ci
37+
run: npm install --package-lock=false
3938

4039
- name: Build
4140
run: npm run build:opt

0 commit comments

Comments
 (0)