Skip to content

Commit

Permalink
fix: updated pipeline and package (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
tipusinghaw and sairanjit authored May 7, 2024
1 parent 8870e3b commit 92478f2
Show file tree
Hide file tree
Showing 3 changed files with 2,319 additions and 1,837 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8.6.0
version: 9.0.1

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8.6.0
version: 9.0.1

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"release": "release-it"
},
"dependencies": {
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.3",
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.4",
"did-resolver": "^4.1.0",
"ethers": "^5.1.0"
},
Expand Down
Loading

0 comments on commit 92478f2

Please sign in to comment.