Skip to content

Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 in /site #323

Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 in /site

Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 in /site #323

Workflow file for this run

name: GH Page PR Build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./site
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Use Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: './site/package-lock.json'
- run: npm ci
- run: npm run build