summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2025-08-06 02:00:55 -0700
committerYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2025-08-06 02:00:55 -0700
commitcaa18e81e8eb03fb03a82d0d3526994c9ba41ac2 (patch)
treeaa89a6d2998ecfc60254e17fd0d3cdb5449a8248 /.github
parent343978870774f81ecaa06d7f253020265f601fd2 (diff)
fix: force IPv4 for scrapercodex/test-uiuc-api-cors-response
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-and-deploy.yml2
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: |