Skip to content

Commit eeb5ce3

Browse files
committed
feat(node): install npm-check-updates
1 parent aca9f0a commit eeb5ce3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/tame-pandas-smoke.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"web-ide": patch
3+
---
4+
5+
feat(node): install `npm-check-updates`

src/installers/node.installer.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ fnm install 20
2020
fnm install 18
2121

2222
# @arethetypeswrong/cli loadtest cloc pm2 npm-check-updates tree-cli
23-
npm i -g tsx
23+
npm i -g tsx # TODO: Remove this when Node 24 is stable.
2424
npm i -g del-cli
2525
npm i -g @antfu/ni
2626
npm i -g http-server
27+
npm i -g npm-check-updates
2728
npm i -g degit
2829

2930
# TODO: Remove the enabling when corepack is stable

0 commit comments

Comments
 (0)