Skip to content

Update dependency @testing-library/jest-dom to v6.1.5 #21

Update dependency @testing-library/jest-dom to v6.1.5

Update dependency @testing-library/jest-dom to v6.1.5 #21

Workflow file for this run

name: Build and Deploy
# TODO// make the deploy like this https://github.com/enterprise-contract/review-rot/blob/main/.github/workflows/publish.yaml
# on:
# push:
# branches:
# - main
# jobs:
# build-and-deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '21'
# - name: Install dependencies
# run: npm install
# - name: Build React app
# run: npm run build
# - name: Deploy to GitHub Pages
# uses: JamesIves/[email protected]
# with:
# branch: demoWebsite
# folder: build
# token: ${{ secrets.GHTOKEN}}