Skip to content

Bump @babel/traverse from 7.21.5 to 7.23.2 #111

Bump @babel/traverse from 7.21.5 to 7.23.2

Bump @babel/traverse from 7.21.5 to 7.23.2 #111

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Run buikd and tests
run: |
npm ci
npm run test
- name: Archive mutation reports
if: ${{ failure() }}
uses: actions/upload-artifact@v1
with:
name: mutation reports
path: reports