Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

[Snyk] Upgrade @types/semver from 7.7.0 to 7.7.1 #15

[Snyk] Upgrade @types/semver from 7.7.0 to 7.7.1

[Snyk] Upgrade @types/semver from 7.7.0 to 7.7.1 #15

Workflow file for this run

# Make sure the EventCatalog SDK OK
name: Verify Build
on:
pull_request:
branches:
- master
- main
jobs:
build:
name: Verify Build
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Installation
run: pnpm i
- name: Build
run: pnpm run build