Skip to content

build(deps): bump @astrojs/mdx from 5.0.6 to 6.0.1 in /website #6012

build(deps): bump @astrojs/mdx from 5.0.6 to 6.0.1 in /website

build(deps): bump @astrojs/mdx from 5.0.6 to 6.0.1 in /website #6012

Workflow file for this run

name: Benchmark
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
env:
FORCE_COLOR: 2
permissions:
contents: read
jobs:
benchmark:
runs-on: ubuntu-latest
if:
"!contains(github.event.commits[0].message, '[bench skip]') &&
!contains(github.event.commits[0].message, '[skip bench]')"
steps:
- name: Clone repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: lts/*
cache: 'npm'
- name: Install npm dependencies
run: npm ci
- name: Run benchmarks
run: npm run benchmark
env:
BENCHMARK: true