- 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
8 lines
80 B
Bash
8 lines
80 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# npm
|
|
npm -v
|
|
node -v
|
|
pnpm install -g @gitzone/tsrun
|
|
tsrun -v |