From e91fcd82bcafb5e67880488d31aaf591f2ebcf1d Mon Sep 17 00:00:00 2001 From: Lukasz Jaskowski Date: Thu, 25 Jun 2026 13:16:31 +0200 Subject: [PATCH] fix(ci): pin Node 22.22.3 in Kanar workflow to avoid ERR_STREAM_PREMATURE_CLOSE --- .github/workflows/kanar.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/kanar.yml b/.github/workflows/kanar.yml index 295cc87..53ea647 100644 --- a/.github/workflows/kanar.yml +++ b/.github/workflows/kanar.yml @@ -14,6 +14,9 @@ jobs: kanar: runs-on: ubuntu-latest steps: + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + with: + node-version: "22.22.3" - uses: RampNetwork/kanar@2e8718c3a1400156d59376bcdf678fa34e6e3b32 # v2 with: github_token: ${{ secrets.GITHUB_TOKEN }} # this is passed automatically https://docs.github.com/en/actions/security-guides/automatic-token-authentication