Skip to content

Commit

Permalink
modified CI to allow hopper tokens installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Thibault committed Oct 6, 2023
1 parent 9423e1d commit 1e54706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1e54706

Please sign in to comment.