Skip to content

Commit

Permalink
use esm module by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Oct 11, 2022
1 parent ba0c288 commit e36966c
Show file tree
Hide file tree
Showing 10 changed files with 313 additions and 771 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -10,12 +10,12 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build
Expand Down
2 changes: 0 additions & 2 deletions dist/tonic.min.esm.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/tonic.min.js

This file was deleted.

0 comments on commit e36966c

Please sign in to comment.