Skip to content

Commit

Permalink
added tsup for building in esm and cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
crisconru committed May 6, 2024
1 parent 540045e commit 1761dd6
Show file tree
Hide file tree
Showing 6 changed files with 2,954 additions and 583 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: 👍 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ❇️ Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -38,12 +38,12 @@ jobs:

steps:
- name: 👍 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ❇️ Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: 📥 Install Dependencies
Expand Down
Loading

0 comments on commit 1761dd6

Please sign in to comment.