Skip to content

Bump @babel/traverse from 7.10.5 to 7.23.2 (#2637) #1148

Bump @babel/traverse from 7.10.5 to 7.23.2 (#2637)

Bump @babel/traverse from 7.10.5 to 7.23.2 (#2637) #1148

name: Test TypeScript and Lint
on:
pull_request:
paths:
- 'src/**'
- '*'
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
concurrency:
group: static-root-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- name: Install node dependencies
run: yarn
- name: Check types
run: yarn tsc --noEmit
- name: Lint
run: yarn lint:js-root