Skip to content

Commit 1db9501

Browse files
committed
ci(workflows): [ci] test on node version 21
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent f7472c7 commit 1db9501

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.codecov.yml

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

1111
comment:
12-
after_n_builds: 5
12+
after_n_builds: 6
1313
behavior: default
1414
layout: header,diff,flags,components,tree,footer
1515
require_base: false
@@ -100,6 +100,10 @@ flags:
100100
carryforward: false
101101
paths:
102102
- src/
103+
node21:
104+
carryforward: false
105+
paths:
106+
- src/
103107

104108
github_checks:
105109
annotations: true

.github/infrastructure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ branches:
3838
- context: test (24)
3939
- context: test (23)
4040
- context: test (22)
41+
- context: test (21)
4142
- context: test-bun (canary)
4243
- context: test-bun (latest)
4344
- context: typescript

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
- 24
252252
- 23
253253
- 22
254+
- 21
254255
steps:
255256
- id: checkout
256257
name: Checkout ${{ env.REF_NAME }}

0 commit comments

Comments
 (0)