Skip to content

Bump @babel/traverse from 7.12.12 to 7.23.2 in /tickets #79

Bump @babel/traverse from 7.12.12 to 7.23.2 in /tickets

Bump @babel/traverse from 7.12.12 to 7.23.2 in /tickets #79

Workflow file for this run

name: tests-tickets
on:
pull_request:
paths:
- "tickets/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd tickets && npm install && npm run test:ci