7 Commits

Author SHA1 Message Date
Padraic Slattery
0257191be3 chore: Update outdated GitHub Actions versions 2026-01-21 11:55:24 +01:00
Leonardo Maldonado
d3566f5503 ci: simplify to single workflow with latest LTS Node.js
- Remove old markdown link checker workflow (action.yml)
- Simplify tests.yml to use only latest LTS Node.js
- Remove coverage step for simpler workflow
2026-01-02 19:39:52 -03:00
Leonardo Maldonado
053a2e8ecb fix(ci): remove Node 18.x from test matrix
Vitest 4.x requires Node.js 20+. Node 18.x fails with ERR_REQUIRE_ESM
due to Vite 6's pure ESM modules. Node 18.x reaches EOL April 2025.
2026-01-02 19:29:44 -03:00
Leonardo Maldonado
e647452c91 ci: add GitHub Actions workflow for running tests
- Run tests on push and pull requests to master/main
- Test against Node.js 18.x, 20.x, and 22.x
- Generate coverage report on Node 20.x
- Uses npm ci for faster, reliable installs
2026-01-02 19:25:50 -03:00
Leonardo Maldonado
30c6d27236 README changes 2025-04-27 13:14:51 -03:00
leonardomso
6cbf9e9dc4 Added new Github Action for checking links 2021-04-19 09:08:23 -03:00
Leonardo Maldonado
3052aaff92 Create FUNDING.yml 2019-05-23 09:52:48 -03:00