Skip to content

Bump @babel/traverse from 7.13.13 to 7.23.2 #534

Bump @babel/traverse from 7.13.13 to 7.23.2

Bump @babel/traverse from 7.13.13 to 7.23.2 #534

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm run build --if-present
- run: npm test