apify / got-scraping

HTTP client made for scraping based on got.
422 stars 32 forks source link

chore: use new workflow secrets, update GitHub Actions #92

Closed fnesveda closed 1 year ago

fnesveda commented 1 year ago

I've updated the GitHub workflows to use the new secrets synced from Doppler. And while I had this open, I've also updated the GitHub actions versions to get rid of the deprecation warnings, and I've added Node 18 and 20 to the test roster.

B4nan commented 1 year ago

I guess those errors are coming from TS updates as there is no lock file.

edit: lets lock the version for now

fnesveda commented 1 year ago

@B4nan I just fixed the TS errors, it was easier. And I've fixed the failing tests.