Skip to content

fix(ci): pin Node 22.22.3 in Kanar workflow to avoid ERR_STREAM_PREMATURE_CLOSE #PLTM-1403 #10

fix(ci): pin Node 22.22.3 in Kanar workflow to avoid ERR_STREAM_PREMATURE_CLOSE #PLTM-1403

fix(ci): pin Node 22.22.3 in Kanar workflow to avoid ERR_STREAM_PREMATURE_CLOSE #PLTM-1403 #10

Workflow file for this run

name: Kanar
on:
pull_request:
types: [opened, reopened, synchronize, edited]
permissions:
contents: read
pull-requests: write
issues: write
statuses: write
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
jira_token: ${{ secrets.JIRA_TOKEN }}
jira_token_user: ${{ secrets.JIRA_TOKEN_USER }}