Skip to content

chore: bump @babel/traverse from 7.14.2 to 7.23.2 #149

chore: bump @babel/traverse from 7.14.2 to 7.23.2

chore: bump @babel/traverse from 7.14.2 to 7.23.2 #149

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test
- name: Build
run: pnpm build