From 1e54706cb4d4603bcafdd2002ec57648ed0d5b11 Mon Sep 17 00:00:00 2001 From: Francis Thibault Date: Fri, 6 Oct 2023 11:14:55 -0400 Subject: [PATCH] modified CI to allow hopper tokens installation --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3870b7ed7..167683f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: node-version-file: ".nvmrc" - name: Install Dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --ignore-engines - name: Lint Eslint run: yarn lint-ci-eslint