Skip to content

Bump next and @eventcatalog/core #360

Bump next and @eventcatalog/core

Bump next and @eventcatalog/core #360

Workflow file for this run

name: Test configuration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm install
- name: Test
run: npm run test
- name: Check build possible
if: ${{ github.event_name == 'pull_request' }}
run: npm run build