Skip to content

fix(deps): update dependency typescript to v5.2.2 #1452

fix(deps): update dependency typescript to v5.2.2

fix(deps): update dependency typescript to v5.2.2 #1452

Workflow file for this run

on: ["push"]
name: Coveralls
jobs:
build:
name: Coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: install, run tests
run: yarn install --frozen-lockfile --network-timeout 100000
- name: install, run tests
run: yarn test --runInBand --forceExit --no-watchman
- name: Coveralls
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}