Skip to content

Drop Nodejs 18, add Node.js 24 to CI #44

Drop Nodejs 18, add Node.js 24 to CI

Drop Nodejs 18, add Node.js 24 to CI #44

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