Skip to content

Bump @babel/traverse from 7.12.12 to 7.23.2 #30

Bump @babel/traverse from 7.12.12 to 7.23.2

Bump @babel/traverse from 7.12.12 to 7.23.2 #30

name: Run linter
'on': pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm ci
- run: npm run lint