Skip to content

Commit daf6c88

Browse files
committed
feat: force install npm
1 parent 7a25737 commit daf6c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gatsby-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: 'npm'
32-
- run: npm ci
32+
- run: npm ci --force
3333
- run: npm run build --if-present
3434
- name: Deploy 🚀
3535
if: github.event_name == 'push'

0 commit comments

Comments
 (0)