Skip to content

Commit ff7da60

Browse files
committed
breaking: upgrade to node v18.10.0 and npm 9.5.0
1 parent cfbc680 commit ff7da60

File tree

4 files changed

+9
-8400
lines changed

4 files changed

+9
-8400
lines changed

.github/workflows/node.js.yml

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

1717
strategy:
1818
matrix:
19-
node-version: [16.x]
19+
node-version: [18.x]
2020

2121
steps:
2222
- uses: actions/checkout@v3

README.md

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

2929
### Supported environment:
30-
* Prerequisite: v10.0.0 <= Node <= v14.0.0
30+
* Prerequisite: Node >= v18.0.0 and NPM >= 9.5.0
3131

3232
* [Generate a GitHub OAuth client id and client secret](https://github.com/settings/applications/new) to ensure you don't get rate limited API call.
3333

0 commit comments

Comments
 (0)