Skip to content

Commit

Permalink
Add petition N 120159 and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xl400v authored Dec 25, 2024
1 parent 111da19 commit 209f4af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion json-data-roi.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ const
unirest = require('unirest');
const
idsROI = [
'126913', // be over 2025-12-25
'126913', // be over 2025-12-21
'121941', // be over 2025-06-01
'121038', // be over 2025-06-26
'120465', // be over 2025-06-14
'120159', // be over 2025-06-07
'119876', // be over 2025-05-29
'119248', // be over 2025-05-18
'117846', // be over 2025-04-09
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrape-json",
"version": "1.2.6",
"version": "1.2.7",
"description": "How to use github actions to do automated data scraping",
"main": "json-data-roi.js",
"scripts": {
Expand All @@ -27,6 +27,6 @@
"unirest": "^0.6"
},
"engines": {
"node": ">=18.20.2 <19"
"node": ">=18.20.6 <19"
}
}

0 comments on commit 209f4af

Please sign in to comment.