Drop UMD and make ESM the default entrypoint (#8826)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Florian Bischof <design.falke@gmail.com>
This commit is contained in:
Jon Koops
2025-03-17 15:59:00 +01:00
committed by GitHub
parent 8f1accacf0
commit 7ac98758d4
80 changed files with 84 additions and 125 deletions

View File

@ -113,7 +113,7 @@ jobs:
cache: npm
- name: Run Node.js SSR script
run: node ./spec/ssr/ssr_node.mjs
run: node ./spec/ssr/ssr_node.js
- name: Set up Deno
uses: denoland/setup-deno@v1