diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0033ed7..4aeda65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,8 @@ jobs: - node: 21 npm: 10 + continue-on-error: true + steps: - name: Checkout uses: actions/checkout@v4