Files
Chamilo/plugin/h5p/cache-h5p/.github/workflows/cypress.yml
2025-08-14 22:39:38 +02:00

17 lines
223 B
YAML

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- name: Cypress.io
uses: cypress-io/github-action@v1.16.1