Skip to content

IT-496: Adding renovate[bot] to jira workflow, updating check_dist to node 20 #26

IT-496: Adding renovate[bot] to jira workflow, updating check_dist to node 20

IT-496: Adding renovate[bot] to jira workflow, updating check_dist to node 20 #26

Workflow file for this run

name: Test
on:
pull_request:
branches: ['*']
push:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm test