From 43edf9d357d12e387f38fb04e5c0f1e19db4e306 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Thu, 21 Mar 2024 12:11:57 -0300 Subject: [PATCH] Let ci continue building with the other node versions --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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