Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Fix CI #6558

Merged
merged 3 commits into from Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Expand Up @@ -170,7 +170,7 @@ jobs:
run: |
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update
cd bindings && cargo update -p swc_core

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down Expand Up @@ -732,7 +732,7 @@ jobs:
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update
cd bindings && cargo update -p swc_core

- name: Cache
uses: actions/cache@v3
Expand Down Expand Up @@ -794,7 +794,7 @@ jobs:
run: |
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update
cd bindings && cargo update -p swc_core

- name: Prepare
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -97,7 +97,7 @@
"@napi-rs/cli": "^2.10.0",
"@swc/core": "=1.2.220",
"@swc/helpers": "^0.4.2",
"@swc/plugin-jest": "^1.2.12",
"@swc/plugin-jest": "1.5.25",
"@taplo/cli": "^0.3.2",
"@types/jest": "^28.1.4",
"@types/node": "^14.14.41",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2463,7 +2463,7 @@ __metadata:
"@swc/core-win32-ia32-msvc": 1.2.146
"@swc/core-win32-x64-msvc": 1.2.146
"@swc/helpers": ^0.4.2
"@swc/plugin-jest": ^1.2.12
"@swc/plugin-jest": 1.5.25
"@taplo/cli": ^0.3.2
"@types/jest": ^28.1.4
"@types/node": ^14.14.41
Expand Down Expand Up @@ -2536,10 +2536,10 @@ __metadata:
languageName: node
linkType: hard

"@swc/plugin-jest@npm:^1.2.12":
version: 1.5.18
resolution: "@swc/plugin-jest@npm:1.5.18"
checksum: a72773c409d988431cbd06b216736bbb330badf61659fde9a3cfd29ccc81f541163aed0eba4f7d2063607ff757f14696562be6efe665f0e9f0887c5113a6ec20
"@swc/plugin-jest@npm:1.5.25":
version: 1.5.25
resolution: "@swc/plugin-jest@npm:1.5.25"
checksum: 1573d5f60920f929a16ebc696fb98d8f484052ce2ba2533d57b701141816e1d886c6f819ec81c5bb6d2851759a0edb4cb74da7551b61b2d5f2ce5db9746e06ed
languageName: node
linkType: hard

Expand Down