⬆️ use node 20

This commit is contained in:
platane
2023-09-23 20:08:20 +02:00
committed by Platane
parent 743771147d
commit 4e5805f8af
10 changed files with 21 additions and 60 deletions

View File

@@ -1,5 +1,3 @@
import fetch from "node-fetch";
/**
* get the contribution grid from a github user page
*

View File

@@ -1,11 +1,7 @@
{
"name": "@snk/github-user-contribution",
"version": "1.0.0",
"dependencies": {
"node-fetch": "2.7.0"
},
"devDependencies": {
"@types/node-fetch": "2.6.5",
"dotenv": "16.3.1"
}
}