Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 #25

Bump @babel/traverse from 7.22.5 to 7.23.2

Bump @babel/traverse from 7.22.5 to 7.23.2 #25

Workflow file for this run

# To get started with Vite see: https://vitejs.dev
name: Build with Vite
on:
pull_request:
branches: ['main']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Install dependencies
run: pnpm install
- name: Build with Vite
run: pnpm build