This website requires JavaScript.
Explore
Docs
Blog
Community
About
typescript.guru
Help
Sign In
host.today
/
ht-docker-node
Watch
2
Star
0
Fork
0
You've already forked ht-docker-node
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5743898ba7f4e0e8051398c9be9f5eb42e14a3f4
ht-docker-node
/
test
/
test_stable.sh
8 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
fix(tests): Add shebangs, set -e, and comprehensive checks to Ubuntu test scripts - Rewrite test_latest.sh with real tests for NVM, Node.js, pnpm, Bun, Deno, and version switching - Add #!/bin/bash shebang and set -e to test_stable.sh and test_npmci.sh
2026-02-06 08:44:32 +00:00
#!/bin/bash
set
-e
remove yarn
2018-05-27 13:18:17 +02:00
# npm
fix(core): update
2018-11-29 11:06:53 +01:00
npm -v
node -v
fix(core): update
2022-10-18 23:35:13 +02:00
pnpm install -g @gitzone/tsrun
tsrun -v
Reference in New Issue
Copy Permalink