Skip to content

Bump qs from 6.15.1 to 6.15.2 in the npm_and_yarn group across 1 directory #79

Bump qs from 6.15.1 to 6.15.2 in the npm_and_yarn group across 1 directory

Bump qs from 6.15.1 to 6.15.2 in the npm_and_yarn group across 1 directory #79

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint:prose
- run: npm run validate-data
- run: npm run typecheck
- run: npm run build