diff options
| author | Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> | 2025-08-06 02:00:55 -0700 |
|---|---|---|
| committer | Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> | 2025-08-06 02:00:55 -0700 |
| commit | caa18e81e8eb03fb03a82d0d3526994c9ba41ac2 (patch) | |
| tree | aa89a6d2998ecfc60254e17fd0d3cdb5449a8248 /.github | |
| parent | 343978870774f81ecaa06d7f253020265f601fd2 (diff) | |
fix: force IPv4 for scrapercodex/test-uiuc-api-cors-response
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-and-deploy.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-and-deploy.yml b/.github/workflows/update-and-deploy.yml index 0e29cad..fb034a6 100644 --- a/.github/workflows/update-and-deploy.yml +++ b/.github/workflows/update-and-deploy.yml @@ -16,6 +16,8 @@ jobs: node-version: 18 - run: npm ci - name: Scrape UIUC catalog + env: + NODE_OPTIONS: --dns-result-order=ipv4first run: npm run scrape - name: Commit data run: | |
