Skip to content

Commit

Permalink
fix(fi): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jan 4, 2024
1 parent b69cd4b commit 5f85c34
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-ts-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/hydrogen"
cache: "yarn"

- name: yarn install
uses: borales/actions-yarn@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint": "eslint -c './.eslintrc.js' './packages/**/*.{ts,js}'",
"lint:ci": "yarn lint . --format junit",
"lint:md": "markdownlint --ignore node_modules --ignore .git",
"install:packages": "bash ./scripts/installpackages.sh",
"install:packages": "yarn --prefer-offline --check-files",
"localnet": "bash scripts/localnet.sh",
"format": "yarn lint --fix",
"format:md": "yarn lint:md --fix",
Expand Down
2 changes: 1 addition & 1 deletion packages/nibijs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@nibiruchain/protojs": "^0.21.13",
"@nibiruchain/protojs": "^0.21.16",
"bignumber.js": "^9.1.1",
"cross-fetch": "^3.1.5",
"long": "^5.2.0"
Expand Down
12 changes: 0 additions & 12 deletions scripts/installpackages.sh

This file was deleted.

0 comments on commit 5f85c34

Please sign in to comment.