Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory #363

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory #363

Workflow file for this run

name: CI
on:
# Run this workflow on every push to the main branch.
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Generate static site (tests for broken links and build errors)
run: yarn nuxi generate