Skip to content

Commit

Permalink
fix: update swc_core to fix @swc/types bug version (#2226)
Browse files Browse the repository at this point in the history
* fix: update swc_core to fix @swc/types bug version

* chore: update tool-chain

* fix: ci
  • Loading branch information
Jinbao1001 authored Nov 21, 2024
1 parent 3d62d4c commit ab43ad5
Show file tree
Hide file tree
Showing 13 changed files with 941 additions and 572 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
target: wasm32-wasi
target: wasm32-wasip1

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.dumi/tmp
.dumi/tmp-production
/examples/*/dist
/examples/*/server
/examples/*/.dumi/tmp
/examples/*/.dumi/tmp-production
/docs/.upstream
Expand Down
Loading

0 comments on commit ab43ad5

Please sign in to comment.