Skip to content

Bump react-measure from 2.3.0 to 2.5.2 (#752) #113

Bump react-measure from 2.3.0 to 2.5.2 (#752)

Bump react-measure from 2.3.0 to 2.5.2 (#752) #113

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/[email protected]
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 18
install: npm ci
build: npm run build
output_dir: docs/public