mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-21 23:26:12 +00:00
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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user