Skip to content

Bump @babel/traverse from 7.22.20 to 7.23.2 in /e2e/web-tests (#2641) #1150

Bump @babel/traverse from 7.22.20 to 7.23.2 in /e2e/web-tests (#2641)

Bump @babel/traverse from 7.22.20 to 7.23.2 in /e2e/web-tests (#2641) #1150

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