Skip to content

Bump @babel/traverse from 7.21.5 to 7.23.2 #5

Bump @babel/traverse from 7.21.5 to 7.23.2

Bump @babel/traverse from 7.21.5 to 7.23.2 #5

Workflow file for this run

name: Unit tests
on: push
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
node-version: "18.x"
- name: install dependencies
run: npm ci
- name: Run Tests
run: npm run test