Skip to content

Bump @testing-library/react from 9.5.0 to 14.0.0 in /theme (#643) #92

Bump @testing-library/react from 9.5.0 to 14.0.0 in /theme (#643)

Bump @testing-library/react from 9.5.0 to 14.0.0 in /theme (#643) #92

Workflow file for this run

name: Deploy to production
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
build_deploy:
name: Build and deploy
uses: primer/.github/.github/workflows/deploy.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 18
install: npm ci
build: npm run build
output_dir: docs/public