update tooling

This commit is contained in:
Jan T. Sott 2024-09-20 23:41:53 +02:00
parent aae8ce8428
commit 7c3be2621c
4 changed files with 92 additions and 51 deletions

View file

@ -1,6 +1,27 @@
name: CI
name: 'Run tests on NodeJS'
on: [push]
on:
push:
paths:
- '.github/workflows/node.yml'
- '1.0/*'
- '2.0/*'
- '2.5/*'
- '3.0/*'
- '4.0/*'
- 'package.json'
- 'pnpm-lock.yaml'
pull_request:
paths:
- '.github/workflows/node.yml'
- '1.0/*'
- '2.0/*'
- '2.5/*'
- '3.0/*'
- '4.0/*'
- 'package.json'
- 'pnpm-lock.yaml'
workflow_dispatch:
jobs:
default: