Skip to content

Commit 8f92c43

Browse files
committed
Drop --force from GitHub npm i workflow
1 parent 3a48b27 commit 8f92c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 20
3131
cache: 'npm'
32-
- run: npm i --force
32+
- run: npm i
3333
- run: npm run build
3434
- name: Upload pages artifact
3535
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)