From a72512c06e8adc19d2a9fd80e68505ebdcf7ff6b Mon Sep 17 00:00:00 2001 From: regevbr Date: Thu, 16 Apr 2020 03:04:37 +0300 Subject: [PATCH] chore: move to yarn 2 #56 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f6e233..7b1e6edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,14 +80,14 @@ jobs: yarn run check-clean-workspace-after-install - name: Run linting -# if: matrix.node-version == env.PRIMARY_NODE_VERSION && matrix.os == env.PRIMARY_OS + if: matrix.node-version == env.PRIMARY_NODE_VERSION && matrix.os == env.PRIMARY_OS run: yarn run lint -# - name: Snyk security check -# if: matrix.node-version == env.PRIMARY_NODE_VERSION && matrix.os == env.PRIMARY_OS -# uses: snyk/actions/node@master -# env: -# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} + - name: Snyk security check + if: matrix.node-version == env.PRIMARY_NODE_VERSION && matrix.os == env.PRIMARY_OS + uses: snyk/actions/node@master + env: + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - name: Verify types if: matrix.node-version == env.PRIMARY_NODE_VERSION && matrix.os == env.PRIMARY_OS