Skip to content

Commit a0b8b12

Browse files
authored
Merge pull request #279 from wildan3105/test/fix-broken-test-on-node-18
fix: resolve broken test on node 18
2 parents d112efe + 1956b8c commit a0b8b12

File tree

6 files changed

+677
-1639
lines changed

6 files changed

+677
-1639
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.10.0
1+
18.18.0

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ So people can see the stats of programming language being used in their reposito
2626
## Running locally
2727

2828
### Supported environment:
29-
* Prerequisite: Node >= v18.0.0 and NPM >= 9.5.0
29+
* Prerequisite:
30+
```bash
31+
Node >= v18.18.0
32+
NPM >= 9.5.0
33+
```
3034

3135
* [Generate access token (classic)](https://github.com/settings/tokens/new) with `repo` scope to ensure you don't get rate limited API call.
3236

0 commit comments

Comments
 (0)