Skip to content

Commit 7dcf393

Browse files
committed
ci(workflows): [ci] test on node versions in the range [20,24]
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 37d0794 commit 7dcf393

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.codecov.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
---
55
codecov:
66
notify:
7-
after_n_builds: 3
7+
after_n_builds: 7
88
wait_for_ci: true
99
require_ci_to_pass: true
1010

1111
comment:
12-
after_n_builds: 3
12+
after_n_builds: 7
1313
behavior: default
1414
layout: header,diff,flags,tree,footer
1515
require_base: false
@@ -77,6 +77,22 @@ flags:
7777
carryforward: false
7878
paths:
7979
- src/
80+
node23:
81+
carryforward: false
82+
paths:
83+
- src/
84+
node22:
85+
carryforward: false
86+
paths:
87+
- src/
88+
node21:
89+
carryforward: false
90+
paths:
91+
- src/
92+
node20:
93+
carryforward: false
94+
paths:
95+
- src/
8096

8197
github_checks:
8298
annotations: true

.github/infrastructure.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ branches:
3131
- context: lint
3232
- context: spelling
3333
- context: test (24)
34+
- context: test (23)
35+
- context: test (22)
36+
- context: test (21)
37+
- context: test (20)
3438
- context: test-bun (canary)
3539
- context: test-bun (latest)
3640
- context: typescript

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ jobs:
250250
matrix:
251251
node-version:
252252
- 24
253+
- 23
254+
- 22
255+
- 21
256+
- 20
253257
steps:
254258
- id: checkout
255259
name: Checkout ${{ env.REF_NAME }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Colorful messages can be logged in the terminal and browser consoles that suppor
7171

7272
This package is [ESM only][esm].
7373

74-
In Node.js with [yarn][]:
74+
In Node.js (20+) with [yarn][]:
7575

7676
```sh
7777
yarn add @flex-development/log

0 commit comments

Comments
 (0)