Skip to content

Update CI to conform to a standard template and test all supported, non-EOL LTS Node.js releases #10

Update CI to conform to a standard template and test all supported, non-EOL LTS Node.js releases

Update CI to conform to a standard template and test all supported, non-EOL LTS Node.js releases #10

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
unit-tests:
# only run this job for forks
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/_test.yml