Skip to content

Bump esbuild from 0.24.0 to 0.25.0 in the npm_and_yarn group across 1 directory #133

Bump esbuild from 0.24.0 to 0.25.0 in the npm_and_yarn group across 1 directory

Bump esbuild from 0.24.0 to 0.25.0 in the npm_and_yarn group across 1 directory #133

name: Pull request validation
on:
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
call-workflow:
strategy:
matrix:
switch: [current]
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
with:
node-version: 22 # Requires Node.js 22 for some tests.
package-name: iter-fest
skip-integration-test: false
switch: ${{ matrix.switch }}