Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

chore(deps-dev): Bump @babel/traverse from 7.12.9 to 7.23.2 #231

chore(deps-dev): Bump @babel/traverse from 7.12.9 to 7.23.2

chore(deps-dev): Bump @babel/traverse from 7.12.9 to 7.23.2 #231

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14.x
- name: npm install, build, and lint
run: |
npm install
npm run build --if-present
npm run-script lint
npm run-script lint:typings