Skip to content

build(deps): bump @types/node from 18.18.12 to 18.18.13 (#2145) #534

build(deps): bump @types/node from 18.18.12 to 18.18.13 (#2145)

build(deps): bump @types/node from 18.18.12 to 18.18.13 (#2145) #534

Workflow file for this run

name: Coverage
on:
push:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- uses: actions/checkout@v3
- run: yarn install
- run: yarn coverage
- uses: codecov/codecov-action@v3
with:
directory: coverage