Skip to content

Bump @babel/traverse from 7.22.8 to 7.23.2 #45

Bump @babel/traverse from 7.22.8 to 7.23.2

Bump @babel/traverse from 7.22.8 to 7.23.2 #45

Workflow file for this run

name: Dev CI
on:
push:
branches-ignore:
- master
jobs:
test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm test