Skip to content

deps: bump @babel/core from 7.18.5 to 7.22.1 #322

deps: bump @babel/core from 7.18.5 to 7.22.1

deps: bump @babel/core from 7.18.5 to 7.22.1 #322

Workflow file for this run

name: ci
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- name: install deps
run: yarn
- name: run lint
run: yarn lint
- name: run typecheck
run: yarn typecheck
- name: run test
run: yarn test
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/lcov.info
verbose: true