Skip to content

Commit

Permalink
Add node options to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 17, 2024
1 parent 4a6e483 commit e7b626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
cache-dependency-path: ui/yarn.lock

- name: Install
run: yarn install --network-concurrency 1
run: NODE_OPTIONS=--openssl-legacy-provider yarn install --network-concurrency 1

- name: Lint code
run: yarn lint
Expand Down

0 comments on commit e7b626c

Please sign in to comment.