Skip to content

Bump @testing-library/jest-dom from 6.5.0 to 6.6.3 in /site #364

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

Bump @testing-library/jest-dom from 6.5.0 to 6.6.3 in /site #364

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
cache: 'npm'
cache-dependency-path: './site/package-lock.json'
- run: npm ci
- run: npm run build