Skip to content

Bump @babel/traverse from 7.18.11 to 7.23.2 #80

Bump @babel/traverse from 7.18.11 to 7.23.2

Bump @babel/traverse from 7.18.11 to 7.23.2 #80

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Run a multi-line script
run: |
npm ci
npm run build
npm run test:coverage
npm run codecov