Skip to content

Bump @babel/traverse from 7.22.8 to 7.23.5 (#475) #779

Bump @babel/traverse from 7.22.8 to 7.23.5 (#475)

Bump @babel/traverse from 7.22.8 to 7.23.5 (#475) #779

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: npm
name: install app and lint
- run: |
npm ci && npm run lint