Skip to content

Commit

Permalink
💥 Transform to ESM (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsrc authored Aug 18, 2024
1 parent 9f735cb commit 7ad24e4
Show file tree
Hide file tree
Showing 8 changed files with 2,425 additions and 255 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ jobs:
node-version:
- "22"
- "20"
- "18"
- "16"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit 7ad24e4

Please sign in to comment.