Skip to content

Commit af3c398

Browse files
authored
Add minutes for 11 feb meeting (#1821)
1 parent ce85526 commit af3c398

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

meetings/2026-02-11.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Node.js Technical Steering Committee (TSC) Meeting 2026-02-11
2+
3+
## Links
4+
5+
* **Recording**: <https://www.youtube.com/watch?v=cz_aiOJONQI>
6+
* **GitHub Issue**: <https://github.com/nodejs/TSC/issues/1820>
7+
* **Minutes**: <https://hackmd.io/@openjs-nodejs/SJxcI_PWD-e>
8+
9+
## Present
10+
11+
* Antoine du Hamel @aduh95 (voting member)
12+
* Ruben Bridgewater @BridgeAR (voting member)
13+
* Gireesh Punathil @gireeshpunathil (voting member)
14+
* Joyee Cheung @joyeecheung (voting member)
15+
* Chengzhong Wu @legendecas (voting member)
16+
* Marco Ippolito @marco-ippolito (voting member)
17+
* Richard Lau @richardlau (voting member)
18+
* Robert Nagy @ronag (voting member)
19+
* Ruy Adorno @ruyadorno (voting member)
20+
* Joe Sepi @joesepi (Guest - Node.js CPC rep)
21+
* Bart Louwers @louwers (Guest)
22+
23+
## Agenda
24+
25+
### Announcements
26+
27+
Collab Summit is confirmed at the Bloomberg office in London. The dates are 14-15th April 2026.
28+
29+
### Reminders
30+
31+
* Remember to nominate people for the [contributor spotlight](https://github.com/nodejs/node/blob/main/doc/contributing/reconizing-contributors.md#bi-monthly-contributor-spotlight)
32+
33+
### CPC and Board Meeting Updates
34+
35+
\*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting.
36+
37+
### nodejs/node
38+
39+
* tools: add ncrypto updater script [#61613](https://github.com/nodejs/node/pull/61613)
40+
* Antoine: James and Yagiz not joining today
41+
* Joyee: Better go back to GitHub
42+
* Richard: we need to figure out if we do want to keep nodejs/ncrypto the source of truth
43+
* Joyee: the biggest issue currently is nodejs/ncrypto doesn't test all configurations we support, like various dynamically linked OpenSSL versions
44+
* Richard: it could add GHA to test it, but the question about whether we want to move the source of truth remains, the rest is more logistics
45+
* Antoine: we also have BoringSSL
46+
* Richard: BoringSSL is tolerated in Node.js but not officially supported
47+
* sqlite: mark as release candidate [#61262](https://github.com/nodejs/node/pull/61262)
48+
* Bart gave some context on the current blocker (the current `SyncDatabase` might be renamed to `Database` if there's consensus). Hopefully can be resolved on GitHub.
49+
* Time sensitive: GitHub Actions Cache rate limits (from GitHub staff) [#61436](https://github.com/nodejs/node/issues/61436)
50+
* Antoine: How much cache does Jenkins use?
51+
* Richard: 5GB per platform
52+
* Joyee: it seems we are sharing caches between main and release branches. Maybe just disable caching the non-main branches
53+
* Bart: it's possible to use S3 bucket storage for the cache
54+
* Richard: the org doesn't have S3 storage either
55+
* Joyee: I can PR in a few lines per workflow to disable sccache on non-main
56+
* build, doc: use new api doc tooling [#57343](https://github.com/nodejs/node/pull/57343)
57+
* James and Claudio not here, skipping
58+
* util: add colorize functionality [#43523](https://github.com/nodejs/node/pull/43523)
59+
* Ruben: Should we adopt a chalk-like API in addition to styleText?
60+
* Joyee: Looks like it can't resolve by itself on GitHub, maybe go for a vote if you want to get a decision?
61+
* Marco: I had some issues with `styleText`. I think we should move forward with `colorize`.
62+
63+
### nodejs/TSC
64+
65+
* Dormant Docker Working Group [#1818](https://github.com/nodejs/TSC/issues/1818)
66+
* Richard: disconnect between the discussion happening in public and private emails
67+
* Joyee: would it help if we get people into a meeting to speed up the discussions?
68+
* Collaborator Summits 2026 [#1800](https://github.com/nodejs/TSC/issues/1800)
69+
* Dates have been confirmed. 14-15 April.
70+
* Reminder to propose sessions.
71+
* Update charter with communication responsibilities [#1754](https://github.com/nodejs/TSC/pull/1754)
72+
* Joyee: seems stalled for half of an year. Neither Matteo nor James are here, can't make any progress
73+
* Joyee: the website issue was blocked by this one, recently they restarted discussions about removing reference to mastodon since this issue is not coming to a conclusion
74+
* Self-serve model for funding Node.js work [#1747](https://github.com/nodejs/TSC/issues/1747)
75+
* Richard: Webpack seems to have other funding sources even though they are in OpenJSF
76+
* Joyee: they have open collective it seems
77+
* Joyee: also noticed that Github security just started donating to Node.js org via github sponsor donating a bigger sum, but that seems to have been agreed by OpenJS before and it's just funneling money this way (because they are GitHub)
78+
* Draft Statement of Work - Test reliability lead [#1629](https://github.com/nodejs/TSC/issues/1629)
79+
* Joyee: Looks like there's an overall issue of having some funding, but not enough for 1 FTE, and also no volunteer to do the PM work to hash out the scope of work. Need more volunteer to do that PM work.
80+
81+
### nodejs/web-team
82+
83+
* Nominating @MattIPv4 as `web-admin` [#88](https://github.com/nodejs/web-team/issues/88)
84+
* Joyee: what is `web-admin`? Why does the decision need to be made by TSC?
85+
* Richard: it's not very clear. maybe web should have a WG at this point
86+
* Joyee: going to ask a clarifying question in the issue
87+
88+
## Strategic Initiatives
89+
90+
## Upcoming Meetings
91+
92+
* **Node.js Project Calendar**: <https://nodejs.org/calendar>
93+
94+
Click `Add to Google Calendar` at the bottom left to add to your own Google calendar.

0 commit comments

Comments
 (0)