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

[Snyk] Upgrade chalk from 5.4.1 to 5.6.2 #32

[Snyk] Upgrade chalk from 5.4.1 to 5.6.2

[Snyk] Upgrade chalk from 5.4.1 to 5.6.2 #32

Workflow file for this run

# Make sure the EventCatalog can build OK
name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests on Ubuntu
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Installation
run: pnpm install
- name: Build project
run: pnpm run build
- name: Run tests
run: pnpm run test
build-windows:
name: Tests on Windows
timeout-minutes: 30
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Installation
run: pnpm install
- name: Build project
run: pnpm run build
- name: Run tests
run: pnpm run test