Skip to content

build(deps-dev): bump the development-dependencies group with 5 updates #742

build(deps-dev): bump the development-dependencies group with 5 updates

build(deps-dev): bump the development-dependencies group with 5 updates #742

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm install && npm run install-test-blog
- name: Run tests
run: npm run test:coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
full_report: tests_coverage