gameStatusUpdate/node_modules/fast-uri/.github/workflows/ci.yml

24 lines
371 B
YAML
Raw Normal View History

2024-09-18 08:27:46 -07:00
name: CI
on:
push:
branches:
- main
- master
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
2024-11-04 11:06:36 -08:00
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
2024-09-18 08:27:46 -07:00
with:
license-check: true
2024-11-04 11:06:36 -08:00
node-versions: '["16", "18", "20", "22"]'