Skip to content

deps: bump @babel/preset-env from 7.16.11 to 7.22.4 #324

deps: bump @babel/preset-env from 7.16.11 to 7.22.4

deps: bump @babel/preset-env from 7.16.11 to 7.22.4 #324

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