Skip to content

Commit

Permalink
fix: bundle and export types
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0dr1y committed Oct 23, 2023
1 parent 3c53750 commit d91c63a
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 190 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm install
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm install
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm install
Expand Down
Loading

0 comments on commit d91c63a

Please sign in to comment.