Skip to content

Bump @babel/traverse from 7.12.12 to 7.23.7 in /docs #554

Bump @babel/traverse from 7.12.12 to 7.23.7 in /docs

Bump @babel/traverse from 7.12.12 to 7.23.7 in /docs #554

Workflow file for this run

name: Build Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- name: Installing packages
run: |
npm install
npm --prefix ./prefixer install ./prefixer
npm --prefix ./global install ./global
- name: Run tests
run: npm run test