Skip to content

Bump @mdx-js/react from 3.1.0 to 3.1.1 #798

Bump @mdx-js/react from 3.1.0 to 3.1.1

Bump @mdx-js/react from 3.1.0 to 3.1.1 #798

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [master]
push:
branches-ignore:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Format
run: npm run format
- name: Lint
run: npm run lint
- name: Test build
run: npm run build