Skip to content

fix(deps): update dependency @mdx-js/react to ~3.1.0 #815

fix(deps): update dependency @mdx-js/react to ~3.1.0

fix(deps): update dependency @mdx-js/react to ~3.1.0 #815

Workflow file for this run

name: Tests unitaires
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
create:
branches: [ "renovate/**" ]
jobs:
tests-unitaires:
if: ${{ !contains(github.event.head_commit.message, 'WIP') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'npm'
- run: npm ci
- run: npm test