Skip to content

Bump jest from 24.9.0 to 29.7.0 in /theme #798

Bump jest from 24.9.0 to 29.7.0 in /theme

Bump jest from 24.9.0 to 29.7.0 in /theme #798

Workflow file for this run

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