Skip to content

chore(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 in /site in the bundler group across 1 directory #1042

chore(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 in /site in the bundler group across 1 directory

chore(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 in /site in the bundler group across 1 directory #1042

Workflow file for this run

name: Test Docs
on:
workflow_dispatch:
pull_request:
paths:
- 'site/**'
- 'yarn.lock'
- '**prettier**'
jobs:
build-site:
name: Build Site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 21
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn prettierbase --check
- name: Build
run: yarn build:site