Skip to content

Bump @babel/traverse from 7.20.10 to 7.23.4 #10

Bump @babel/traverse from 7.20.10 to 7.23.4

Bump @babel/traverse from 7.20.10 to 7.23.4 #10

Workflow file for this run

name: Build
on:
pull_request:
types:
- opened
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run npm build
run: npm run build