Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Use minor upgrade
  • Loading branch information
chaitanyapotti committed Dec 14, 2023
1 parent 0c27b40 commit fcb07b5
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run build
run: |
. ./scripts/setup.sh
npm version patch -m 'Updating version to %s [skip ci]'
npm version minor -m 'Updating version to %s [skip ci]'
npm run build
. ./scripts/gitPush.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run build
run: |
. ./scripts/setup.sh
npm version patch -m 'Updating version to %s [skip ci]'
npm version minor -m 'Updating version to %s [skip ci]'
npm run build
. ./scripts/gitPush.sh
env:
Expand Down

0 comments on commit fcb07b5

Please sign in to comment.