Skip to content

Commit

Permalink
update permaweb-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Feb 15, 2024
1 parent 1df4cbc commit d1f8c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn
- run: npm install
- run: npm run deploy
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"arbundles": "^0.10.1",
"arweave-wallet-connector": "^1.0.2",
"permaweb-orderbook": "^1.6.52",
"permaweb-sdk": "^1.0.0",
"permaweb-sdk": "1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.9",
Expand Down

0 comments on commit d1f8c35

Please sign in to comment.