diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6828d66..d7af05c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ You can also check the ## Unreleased -Nothing yet. +- Fixes + - Fixed workflow for populating Varnish cache ### 6.0.0 - 2025-09-05 diff --git a/e2e/varnish-cache-preload.ts b/e2e/varnish-cache-preload.ts index a6f92de99..0461f9ba5 100644 --- a/e2e/varnish-cache-preload.ts +++ b/e2e/varnish-cache-preload.ts @@ -1,5 +1,5 @@ import fetch from "node-fetch"; -import pLimit from "p-limit"; +import * as pLimit from "p-limit"; import { chromium, Page } from "playwright"; import { locales } from "../app/locales/constants";