Skip to content

[DEVOPS-6304] upgrade fill jira ticket to node 20 #38

[DEVOPS-6304] upgrade fill jira ticket to node 20

[DEVOPS-6304] upgrade fill jira ticket to node 20 #38

Workflow file for this run

name: "fill-jira-ticket"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm test
- uses: ./
with:
repo-token: ${{ secrets.github_token }}