Skip to content

Bump @babel/traverse from 7.16.10 to 7.23.9 #895

Bump @babel/traverse from 7.16.10 to 7.23.9

Bump @babel/traverse from 7.16.10 to 7.23.9 #895

Workflow file for this run

name: Build Package
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run build
- run: npm run cover