Skip to content

Bump esbuild from 0.27.4 to 0.27.5 #274

Bump esbuild from 0.27.4 to 0.27.5

Bump esbuild from 0.27.4 to 0.27.5 #274

Workflow file for this run

name: Happo
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
happo:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Happo
env:
HAPPO_API_KEY: ${{ secrets.HAPPO_API_KEY }}
HAPPO_API_SECRET: ${{ secrets.HAPPO_API_SECRET }}
run: pnpm happo