Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v26.4.0
v26.5.0
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| Gemfile | 4.0.16 | Per-project dependency manifest; versions install via Bundler. |
| Bundler | 4.0.16 | Resolves and installs the gems declared in the Gemfile. |
| Python exercises | CPython 3.14.6 (`.python-version`) | Requirements are declared per exercise; base templates use stdlib only. |
| JavaScript exercises | Node v26.4.0 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |
| JavaScript exercises | Node v26.5.0 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |

## Backward Compatibility

Expand Down
4 changes: 2 additions & 2 deletions javascript/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1. Environment

- Node v26.4.0
- pnpm 11.9.0
- Node v26.5.0
- pnpm 11.13.0

## 2. JEST install for Unit Test

Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coding-test-js",
"version": "1.0.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.4.0 * pnpm 11.9.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.13.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down