Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump elliptic from 6.5.4 to 6.5.7 in /web #1731

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install CLI
run: |
# Step 1: Download the .deb package using curl with the -L option to follow redirects
curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk-v/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
# Step 2: Install the downloaded .deb package using dpkg
sudo dpkg -i trinsic_cli.deb

Expand All @@ -45,7 +45,7 @@ jobs:
# Because called actions run in caller repository, we have to be explicit here.
- uses: actions/checkout@v3
with:
repository: trinsic-id/sdk
repository: trinsic-id/sdk-v
path: ./sdk
- uses: actions/cache@v3
id: npm-cache
Expand Down
12 changes: 6 additions & 6 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading