Skip to content

Commit a309843

Browse files
authored
docs: bump node version to node@v22 (#104)
1 parent 8a9ac54 commit a309843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Thanks for checking out my site. This is the complete code for my website and bl
1616
- **Syntax Highlighting:** [Prism React Renderer](https://github.com/FormidableLabs/prism-react-renderer)
1717
- **Deployment:** [Netlify](https://www.netlify.com/)
1818
- **CI/CD:** [GitHub Actions](https://github.com/features/actions)
19-
- **Node.js:** v20.x
19+
- **Node.js:** v22.x
2020

2121
## Setup
2222

@@ -103,7 +103,7 @@ My site uses a comprehensive CI/CD pipeline with [GitHub Actions](https://docs.g
103103
Every pull request triggers automated checks:
104104
- **Linting:** ESLint checks for code quality
105105
- **Build Verification:** Ensures the site builds successfully
106-
- **Node.js:** Tests run on Node 20.x
106+
- **Node.js:** Tests run on Node 22.x
107107

108108
### CD Pipeline (Netlify)
109109

0 commit comments

Comments
 (0)