fix(ci): use native fetch in OG image check script
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 2m5s
Build & Deploy / 🏗️ Build (push) Successful in 2m43s
Build & Deploy / 🚀 Deploy (push) Successful in 32s
Build & Deploy / 🧪 Smoke Test (push) Failing after 54s
Build & Deploy / 🔔 Notify (push) Successful in 2s

Removed node-fetch dependency to fix ERR_MODULE_NOT_FOUND in CI.
This commit is contained in:
2026-02-12 21:16:00 +01:00
parent 4058abab13
commit fc9746335d

View File

@@ -1,4 +1,3 @@
import fetch from 'node-fetch';
import { SITE_URL } from '../lib/schema.js';
const BASE_URL = process.env.TEST_URL || SITE_URL;