Skip to content

Bump @babel/traverse from 7.15.4 to 7.23.2 #35

Bump @babel/traverse from 7.15.4 to 7.23.2

Bump @babel/traverse from 7.15.4 to 7.23.2 #35

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint Code Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install Dependencies
run: npm ci
- name: Run ESLint
run: npm run lint