Skip to content

⬆️ chore(deps): bump react-router-dom from 6.28.0 to 7.0.2 #812

⬆️ chore(deps): bump react-router-dom from 6.28.0 to 7.0.2

⬆️ chore(deps): bump react-router-dom from 6.28.0 to 7.0.2 #812

Workflow file for this run

name: build
on:
push:
branches: ['master']
pull_request: {}
workflow_call: {}
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependecies
run: npm ci
- name: Build
run: npm run build
- name: Test and generate coverage report
run: npm run test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: m-tartari/m-tartari.github.io