Skip to content

Bump @babel/traverse from 7.17.10 to 7.23.2 #85

Bump @babel/traverse from 7.17.10 to 7.23.2

Bump @babel/traverse from 7.17.10 to 7.23.2 #85

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run build