Conversation
…ablish-libp2p-webtransport-connections
There was a problem hiding this comment.
building with 20 lgtm, but it fails to build for me with v22.4.1, so the CI will break when 24 becomes LTS and someone will have to search for last working version and hardcode it again 😿
is lts/* useful in CI of rarely-maintained apps? i remember the same breackage occuring 12→14→16→18 (nearly every time a change of LTS image broke CI in one of our legacy JS apps)
maybe hardcode to 20.x to avoid headache? (not feeling strongly, i'd just rather not deal with problem once LTS breaks again)
most likely not, but we probably want to see a failure when it occurs right?
That is good with me, but we should probably target 22 now since it's going active very soon |
|
I think once I get ipfs/ipld-explorer-components#448 done, we will be closer to updating everything here. |
* feat: use latest ipld-explorer-components * fix: unit tests pass * fix: e2e tests work * fix: update ipld-explorer-components patch * fix: storybook ci tests pass * chore: fix dep-check * feat: use latest ipld-explorer-components * feat: use latest ipld-explorer-components * feat: resolve button types issue * chore: fix depcheck * test: fix storybook tests * chore: attempt to fix fleek deploy * test: stop using react-rewired-esm for unit tests * test: use kubo standard ports for e2e tests * chore: use ipld-explorer-components@8.1.0 * chore: use node lts version replaces #2259
|
done in #2283 |
## [4.4.0](v4.3.3...v4.4.0) (2024-11-07) CID `bafybeibkirkltohusogcco46jcw7khtgjf5nwphuvufjssr5pvhsuol5uy` --- ### Features * use ipld-explorer-components@8.1.0 ([#2283](#2283)) ([437b8fe](437b8fe)), closes [#2259](#2259) ### Bug Fixes * normalize catch-all listeners to loopback ([#2287](#2287)) ([edf14c6](edf14c6)), closes [#1821](#1821) * remove iltorb dep, build for node v22.9.0 ([#2273](#2273)) ([9ba4559](9ba4559)) ### Trivial Changes * move enum.js to lib folder ([#2285](#2285)) ([682de0b](682de0b)) * pull new translations ([#2279](#2279)) ([8205d12](8205d12))

Updates all github workflows selections of node-version to be "lts/*"