From caa18e81e8eb03fb03a82d0d3526994c9ba41ac2 Mon Sep 17 00:00:00 2001 From: Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> Date: Wed, 6 Aug 2025 02:00:55 -0700 Subject: fix: force IPv4 for scraper --- .github/workflows/update-and-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') 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: | -- cgit v1.2.3