Skip to content

chore(deps-dev): bump @babel/traverse from 7.19.1 to 7.23.2 #12

chore(deps-dev): bump @babel/traverse from 7.19.1 to 7.23.2

chore(deps-dev): bump @babel/traverse from 7.19.1 to 7.23.2 #12

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
- '!main'
push:
branches:
- '**'
- '!main'
jobs:
test:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm ci
- run: npm run lint
- run: npm test