Skip to content

fix(deps): update dependency react-markdown to v9.1.0 #2515

fix(deps): update dependency react-markdown to v9.1.0

fix(deps): update dependency react-markdown to v9.1.0 #2515

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hmarr/debug-action@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run build --if-present
env:
RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}
DEBUG: ${{ secrets.DEBUG }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts