Skip to content

chore(deps): bump marked from 18.0.0 to 18.0.2 in the npm_and_yarn group across 1 directory #139

chore(deps): bump marked from 18.0.0 to 18.0.2 in the npm_and_yarn group across 1 directory

chore(deps): bump marked from 18.0.0 to 18.0.2 in the npm_and_yarn group across 1 directory #139

# Makes sure our published module data still looks good before we merge changes
name: Release Artifact Validation
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
actions: read
jobs:
validate-release-artifacts:
name: Validate release artifacts
runs-on: ubuntu-slim
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Build bundled schemas
run: npm run schemas:build
- name: Validate release artifacts
run: npm run release:validate