Skip to content

Commit 2f459ca

Browse files
authored
Merge pull request #206 from hayat01sh1da/hayat01sh1da/javascript/update-nodejs-to-v25.9.0
[javascript] Update Node.js to v25.9.0
2 parents 1495815 + bb62a10 commit 2f459ca

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/jest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- uses: actions/checkout@v6
4141
# https://github.com/actions/setup-node/
4242
- name: Set up pnpm
43-
uses: pnpm/action-setup@v4
43+
uses: pnpm/action-setup@v5
4444
with:
45-
version: 9
45+
version: 10
4646
- name: Set up Node.js
4747
uses: actions/setup-node@v4
4848
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
@@ -11,7 +11,7 @@
1111
| OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. |
1212
| Ruby / Rails content | Ruby 4.0.2 (`.ruby-version`) | Rails subprojects rely on Bundler; check each subfolder for gem specs. |
1313
| Python content | CPython 3.14.3 (`.python-version`) | Install per-track requirements as documented. |
14-
| JavaScript/TypeScript | Node v25.8.1 (`.node-version`) | Frontend tracks (React/Vue/TS/JS) use Node tooling plus per-project `package.json`. |
14+
| JavaScript/TypeScript | Node v25.9.0 (`.node-version`) | Frontend tracks (React/Vue/TS/JS) use Node tooling plus per-project `package.json`. |
1515

1616
## Backward Compatibility
1717

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. Reference
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v25.8.2
1+
v25.9.0

ruby-on-rails/perfect-ruby-on-rails/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

55
## 2. Reference
66

typescript/README.md

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

33
- WSL (Ubuntu 25.10)
4-
- Node v25.8.1
4+
- Node v25.9.0
55
- PNPM 10.30.3
66

77
## 2. Reference

0 commit comments

Comments
 (0)