Skip to content

Commit d185087

Browse files
authored
Merge pull request #157 from hayat01sh1da/hayat01sh1da/javascript/bump-nodejs-from-v26.4.0-to-v26.5.0
[javascript] Bump Node.js from v26.4.0 to v26.5.0
2 parents 4ca7efe + ff022d0 commit d185087

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v26.4.0
1+
v26.5.0

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| Gemfile | 4.0.16 | Per-project dependency manifest; versions install via Bundler. |
1313
| Bundler | 4.0.16 | Resolves and installs the gems declared in the Gemfile. |
1414
| Python exercises | CPython 3.14.6 (`.python-version`) | Requirements are declared per exercise; base templates use stdlib only. |
15-
| JavaScript exercises | Node v26.4.0 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |
15+
| JavaScript exercises | Node v26.5.0 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |
1616

1717
## Backward Compatibility
1818

javascript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 1. Environment
22

3-
- Node v26.4.0
4-
- pnpm 11.9.0
3+
- Node v26.5.0
4+
- pnpm 11.13.0
55

66
## 2. JEST install for Unit Test
77

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coding-test-js",
33
"version": "1.0.0",
4-
"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",
4+
"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",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)