mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
chore(ci): Fix CI issue due to yarn
(#8319)
This commit is contained in:
parent
e9fa6e90c8
commit
aac11e712b
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -16,6 +16,8 @@ env:
|
||||
RUST_LOG: "off"
|
||||
# https://github.com/swc-project/swc/pull/3742
|
||||
RUST_MIN_STACK: 4194304
|
||||
# https://github.com/actions/setup-node/issues/899#issuecomment-1819151595
|
||||
SKIP_YARN_COREPACK_CHECK: 1
|
||||
|
||||
jobs:
|
||||
cargo-fmt:
|
||||
|
4
.github/workflows/bot-pr.yml
vendored
4
.github/workflows/bot-pr.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: Maintenance
|
||||
|
||||
env:
|
||||
# https://github.com/actions/setup-node/issues/899#issuecomment-1819151595
|
||||
SKIP_YARN_COREPACK_CHECK: 1
|
||||
|
||||
on:
|
||||
pull_request_review:
|
||||
|
||||
|
4
.github/workflows/bot.yml
vendored
4
.github/workflows/bot.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: Bot
|
||||
|
||||
env:
|
||||
# https://github.com/actions/setup-node/issues/899#issuecomment-1819151595
|
||||
SKIP_YARN_COREPACK_CHECK: 1
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
2
.github/workflows/publish-core.yml
vendored
2
.github/workflows/publish-core.yml
vendored
@ -8,6 +8,8 @@ env:
|
||||
CARGO_PROFILE_RELEASE_LTO: "fat"
|
||||
CI: "1"
|
||||
DISABLE_PLUGIN_E2E_TESTS: true
|
||||
# https://github.com/actions/setup-node/issues/899#issuecomment-1819151595
|
||||
SKIP_YARN_COREPACK_CHECK: 1
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
2
.github/workflows/publish-extra-bindings.yml
vendored
2
.github/workflows/publish-extra-bindings.yml
vendored
@ -8,6 +8,8 @@ env:
|
||||
CARGO_PROFILE_RELEASE_LTO: "fat"
|
||||
CI: "1"
|
||||
DISABLE_PLUGIN_E2E_TESTS: true
|
||||
# https://github.com/actions/setup-node/issues/899#issuecomment-1819151595
|
||||
SKIP_YARN_COREPACK_CHECK: 1
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
Loading…
Reference in New Issue
Block a user