docs: explicitly specify ESM for docs config

This commit is contained in:
Richard Moore 2023-05-19 09:44:08 -04:00
parent a6000e3c6d
commit c785c1e515
2 changed files with 1 additions and 1 deletions

@ -35,7 +35,7 @@ jobs:
run: npm install --no-save 'https://github.com/ricmoo/flatworm.git#tsdocs'
- name: Build Documentation
run: node node_modules/flatworm/lib/cli-test ./docs.wrm/config.js
run: node node_modules/flatworm/lib/cli-test ./docs.wrm/config.mjs
- name: Upload documentation to to docs.ethers.org
uses: ethers-io/sync-s3-action@main