• File: ci.yml
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/process-warning/.github/workflows/ci.yml
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 384 bytes
  • MIME-type: text/plain
  • Charset: utf-8
name: CI

on:
  push:
    branches:
     - main
     - master
     - next
     - 'v*'
    paths-ignore:
      - 'docs/**'
      - '*.md'
  pull_request:
    paths-ignore:
      - 'docs/**'
      - '*.md'

jobs:
  test:
    uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
    with:
      license-check: true
      lint: true
      node-versions: '["16", "18", "20", "22"]'