Skip to content

Commit 1956b8c

Browse files
committed
chore: streamline node version
1 parent c1d80f8 commit 1956b8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18.x]
17+
node-version: [18.18.0]
1818

1919
steps:
2020
- uses: actions/checkout@v3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
18.18.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ So people can see the stats of programming language being used in their reposito
2828
### Supported environment:
2929
* Prerequisite:
3030
```bash
31-
Node >= v18.0.0
31+
Node >= v18.18.0
3232
NPM >= 9.5.0
3333
```
3434

0 commit comments

Comments
 (0)