Skip to content

Bump @babel/traverse from 7.21.4 to 7.23.2 #86

Bump @babel/traverse from 7.21.4 to 7.23.2

Bump @babel/traverse from 7.21.4 to 7.23.2 #86

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2
with:
version: latest
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm lint:prettier
- run: pnpm test