Skip to content

Commit

Permalink
Remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Jan 22, 2023
1 parent cb65a25 commit 2f20737
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_repo_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import fs from 'fs';
import fetch from 'node-fetch';

const modulesList = JSON.parse(fs.readFileSync('./repositories.json', 'utf-8'));

Expand Down
140 changes: 0 additions & 140 deletions package-lock.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"type": "module",
"dependencies": {
"node-fetch": "^3.2.10"
}
"type": "module"
}

0 comments on commit 2f20737

Please sign in to comment.