Skip to content

chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /website in the npm_and_yarn group across 1 directory #262

chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /website in the npm_and_yarn group across 1 directory

chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /website in the npm_and_yarn group across 1 directory #262

Workflow file for this run

name: Test docs deployment
on:
pull_request:
branches:
- main
paths:
- "website/**"
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: 20
- name: Install dependencies
run: npm install --frozen-lockfile
- name: Test build website
run: npm run build