Skip to content

Commit

Permalink
chore(weave): Fixes build with Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney authored May 2, 2024
1 parent 851647e commit 5ba6eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "18.x"
- run: |
pip install build twine
./build_dist.py
Expand Down

0 comments on commit 5ba6eca

Please sign in to comment.