Skip to content

chore(deps): Bump fast-uri from 3.1.5 to 3.1.7 in /docs in the npm_and_yarn group across 1 directory #130

chore(deps): Bump fast-uri from 3.1.5 to 3.1.7 in /docs in the npm_and_yarn group across 1 directory

chore(deps): Bump fast-uri from 3.1.5 to 3.1.7 in /docs in the npm_and_yarn group across 1 directory #130

Workflow file for this run

name: 'Documentation Build Test'
on:
pull_request:
paths:
- docs/**
permissions:
contents: read
jobs:
build:
permissions:
contents: read
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Use Node.js LTS
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: docs/package.json
- name: Install Dependencies
run: |
cd docs
npm ci
- name: build
run: |
cd docs
npm run build