You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Update Node.js version information in README.md
3
+
---
4
+
5
+
Run the `.scripts/versions.sh` script to collect Node.js, npm, and pnpm versions from all Docker images, then update the README.md file with the collected version information.
6
+
7
+
Steps:
8
+
1. Run `.scripts/versions.sh --no-build` to collect versions from existing images
9
+
2. Parse the output (format: `version|node_version|npm_version|pnpm_version`)
10
+
3. Update the NodeJS table in README.md with the actual version numbers
11
+
4. Keep the same table structure with columns: NodeJS | OS | Tag | Node Version | npm Version | pnpm Version | Dockerfile
12
+
5. For versions with data, show the actual versions (e.g., `NodeJS 24 (v22.16.0) | Alpine v3.22 | node24 | v22.16.0 | 11.4.2 | 10.9.0`)
13
+
6. For versions without data (N/A), keep them with dash placeholders (e.g., `NodeJS 14 | Alpine v3.12 | node14 | - | - | -`)
14
+
7. Show a summary of what was updated
15
+
16
+
Important: Only update versions 15-24 in the table, leave versions 10-14 as they are with dashes.
0 commit comments