Skip to content

Commit 4cb7cc7

Browse files
committed
Fix npm install issue with fresh lock file
1 parent c8a3ac0 commit 4cb7cc7

2 files changed

Lines changed: 1 addition & 669 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121

22-
- run: npm install --include=dev
22+
- run: npm ci
2323
- run: npm run build
2424

2525
- uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)