Skip to content

chore(deps)!: ng18 is now required #38

chore(deps)!: ng18 is now required

chore(deps)!: ng18 is now required #38

Workflow file for this run

name: Test overlay
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_overlay.yml'
- 'projects/overlay/**'
concurrency:
group: ci-test-overlay-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_overlay:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
with:
working-directory: projects/overlay
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
lint: true
test: true