Skip to content

Commit 6c02aa6

Browse files
committed
Full ESM compatibility
1 parent 5943534 commit 6c02aa6

File tree

4 files changed

+462
-468
lines changed

4 files changed

+462
-468
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: '16.x'
20+
node-version: '18.x'
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: "Install dependencies"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you are going to create custom websites to embed in the map, please reference
2121

2222
## Requirements
2323

24-
Node.js version >=16
24+
Node.js version >=17
2525

2626
## Installation
2727

0 commit comments

Comments
 (0)