Skip to content

Update artifact and Pages actions to supported Node 24 releases #296

Update artifact and Pages actions to supported Node 24 releases

Update artifact and Pages actions to supported Node 24 releases #296

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
uses: ./.github/workflows/validate.yml