From a24a61b3db60fcae45184e282ee388ad474fe351 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 27 Feb 2021 14:48:53 +0100 Subject: [PATCH] update --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bb80ef..6f89582 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,12 +41,12 @@ jobs: - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - - if: steps._1.npm_or_yarn == 'yarn' + - if: steps._1.outputs.npm_or_yarn == 'yarn' run: | yarn install --frozen-lockfile yarn run build yarn run test - - if: steps._1.npm_or_yarn == 'npm' + - if: steps._1.outputs.npm_or_yarn == 'npm' run: | npm ci npm run build