Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 #68

Bump @babel/traverse from 7.22.5 to 7.23.2

Bump @babel/traverse from 7.22.5 to 7.23.2 #68

Workflow file for this run

name: Main
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.13.1'
cache: 'npm'
- run: npm i
- run: npm run build
- run: npm test