Skip to content

Commit

Permalink
fix: build issues with vite-dts plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
smiley-uriux committed Apr 13, 2023
1 parent ac3e770 commit ec300d0
Show file tree
Hide file tree
Showing 2 changed files with 1,006 additions and 976 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'

- name: Install Dependencies
Expand Down
Loading

0 comments on commit ec300d0

Please sign in to comment.