Commit graph

7 commits

Author SHA1 Message Date
Alexandr Kravchuk
0aa4a07a68 ci: fix GitHub Actions workflow for Node.js 16+ compatibility
- Remove Node.js 14 from test matrix (reached EOL 2023-04-30)
- Set codecov fail_ci_if_error to false to prevent rate limit failures
- Resolves CI infrastructure issues documented in CI_FIX_GUIDE.md

Node.js 14 is no longer supported as current dependencies (xo@0.57)
require Node.js 15+ for ES2021 features (logical assignment operators).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-17 12:25:12 +01:00
Sindre Sorhus
77126fba13 Meta tweaks 2024-08-08 00:00:20 +02:00
Sindre Sorhus
a027e3c1e0 Minor tweaks 2022-11-28 14:15:46 +07:00
Sindre Sorhus
96f44c976b Meta tweaks 2022-10-05 21:43:01 +07:00
Sindre Sorhus
7a6893551d Fix code coverage 2021-11-26 16:55:15 +07:00
Sindre Sorhus
fa16f4ec37 Require Node.js 12 and move to ESM 2021-04-16 16:22:53 +07:00
Richie Bendall
d5fb377019
Move to GitHub Actions (#426)
* Move to GitHub Actions

* Update readme.md
2021-01-02 20:38:53 +07:00