Skip to content

Bump @enonic-types/lib-content from 7.14.3 to 7.14.4 #69

Bump @enonic-types/lib-content from 7.14.3 to 7.14.4

Bump @enonic-types/lib-content from 7.14.3 to 7.14.4 #69

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm run build
- run: npm test