Skip to content

chore(deps-dev): bump tsx from 4.7.2 to 4.7.3 #2674

chore(deps-dev): bump tsx from 4.7.2 to 4.7.3

chore(deps-dev): bump tsx from 4.7.2 to 4.7.3 #2674

Workflow file for this run

name: Test
on:
push:
branches:
- next
pull_request:
branches:
- next
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Test coverage
run: yarn jest test/ --collectCoverage=true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4