Skip to content

Commit

Permalink
build: temp allow legacy peer deps for golem-js beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Jun 4, 2024
1 parent 70c77cd commit 8fbc1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ runs:
- name: Install and build the SDK in the docker container
shell: bash
run: |
docker exec -t docker-requestor-1 /bin/sh -c "cd /golem-sdk-task-executor && npm i && npm run build && ./node_modules/.bin/cypress install && npm install --prefix examples"
docker exec -t docker-requestor-1 /bin/sh -c "cd /golem-sdk-task-executor && npm i && npm run build && ./node_modules/.bin/cypress install && npm install --prefix examples --legacy-peer-deps"

0 comments on commit 8fbc1ae

Please sign in to comment.