Skip to content

deps(deps): bump nuxt-schema-org from 6.0.4 to 6.2.1 #920

deps(deps): bump nuxt-schema-org from 6.0.4 to 6.2.1

deps(deps): bump nuxt-schema-org from 6.0.4 to 6.2.1 #920

Workflow file for this run

name: Build and test
on:
pull_request
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v7
with:
fetch-depth: 0
show-progress: false
- uses: pnpm/action-setup@v6
name: Configure PNPM
- name: Setup node env πŸ—
uses: actions/setup-node@v6
with:
node-version: 24
check-latest: true
cache: 'pnpm'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: pnpm install --frozen-lockfile
- name: Lint check βœ…
run: pnpm lint
- name: Tests πŸ§‘β€πŸ”¬
run: pnpm test
- name: Deploy 😎
run: pnpm generate