Skip to content

Commit f223885

Browse files
authored
Merge pull request #41 from hayat01sh1da/hayat01sh1da/javascript/update-nodejs-to-v25.9.0
[javascript] Update Node.js to v25.9.0
2 parents 28f916c + 367bf9a commit f223885

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/jest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- uses: actions/checkout@v6
3333
# https://github.com/actions/setup-node/
3434
- name: Set up pnpm
35-
uses: pnpm/action-setup@v4
35+
uses: pnpm/action-setup@v5
3636
with:
37-
version: 9
37+
version: 10
3838
- name: Set up Node.js
3939
uses: actions/setup-node@v4
4040
with:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v25.8.2
1+
v25.9.0

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. |
1111
| Ruby exercises | Ruby 4.0.2 (`.ruby-version`) | Bundler-managed gems per kata; default relies on stdlib. |
1212
| Python exercises | CPython 3.14.3 (`.python-version`) | Requirements are declared per exercise; base templates use stdlib only. |
13-
| JavaScript exercises | Node v25.8.1 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |
13+
| JavaScript exercises | Node v25.9.0 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |
1414

1515
## Backward Compatibility
1616

javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1. Environment
22

3-
- Node v25.8.1
3+
- Node v25.9.0
44
- PNPM 10.30.3
55

66
## 2. JEST install for Unit Test

0 commit comments

Comments
 (0)