diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d3d5dc..ec4c962 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - run: npm ci + - run: npm ci --force - run: npm run build - name: Upload artifact uses: actions/upload-pages-artifact@v1