From 7850682387524e4eabacac68e59912f15b5329fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 16 Nov 2020 10:16:24 -0500 Subject: [PATCH] chore: pin stack-utils to 1.0.2 on legacy node tests (#12365) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 874ef011dc..a508751570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,10 @@ jobs: - name: Downgrade Jest for node <= 8 if: matrix.node-version == '6' || matrix.node-version == '8' run: | - yarn remove jest && yarn add --dev jest@24 + yarn remove jest + yarn add --dev jest@24 + # Pin stack-utils to 1.0.2 https://github.com/tapjs/stack-utils/issues/56 + yarn set resolution stack-utils@npm:^1.0.1 1.0.2 - uses: actions/download-artifact@v2 with: name: babel-artifact