diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 3f9f8136b58..4cb0da47fa4 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -12,6 +12,8 @@ jobs: fetch-depth: 0 submodules: true - uses: actions/setup-node@v2 + env: + FORCE_COLOR: 0 with: node-version: '14.17.0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d31de0ae8a2..ba4b0f762ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: fetch-depth: 0 submodules: true - uses: actions/setup-node@v2 + env: + FORCE_COLOR: 0 with: node-version: '14' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 264d4e9a305..66a1527f86f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 + env: + FORCE_COLOR: 0 with: node-version: '14.17.0' - run: yarn @@ -49,6 +51,8 @@ jobs: fetch-depth: 0 submodules: true - uses: actions/setup-node@v2 + env: + FORCE_COLOR: 0 with: node-version: '14.17.0' @@ -90,6 +94,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 + env: + FORCE_COLOR: 0 with: node-version: ${{ matrix.node }} @@ -174,6 +180,8 @@ jobs: fetch-depth: 0 submodules: true - uses: actions/setup-node@v2 + env: + FORCE_COLOR: 0 with: node-version: '12.22.1' - run: npm install -g ghost-cli@latest