Skip to content

build(deps-dev): bump vite in /site in the npm-minor-patch group #7

build(deps-dev): bump vite in /site in the npm-minor-patch group

build(deps-dev): bump vite in /site in the npm-minor-patch group #7

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22
cache: npm
cache-dependency-path: site/package-lock.json
- run: npm ci
working-directory: site
- run: npm run lint
working-directory: site
- run: npm run build
working-directory: site