Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
chore: update package to node 16 (#267)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* fix: update error usage

* chore: use different test branchs

* chore: update package to node 16

* chore: fix npm ci integrity error

* chore: try npm dedupe

* fix(ci): protobufjs cache integrity checksum failed

* ci: disable npm cache

* ci: debug npm version

* update protobuf tarball hash

* chore: update package for npm 7

* ci: re-enable cache

* ci: force npm 7 for release

* ci: fix invalid syntax

* chore: remove overrides

* ci: try to override dashmate branch

* ci: remove dashmate override

* chore: override dapi & drive

* ci: override test suite branch

* ci: override test suite branch

* chore: override dashmate

* ci: remove overrides for dashmate and test suite

Co-authored-by: strophy <badfunkstripe@gmail.com>
Co-authored-by: Anton Suprunchuk <anton.suprunchuk@gmail.com>
  • Loading branch information
3 people committed Oct 26, 2021
1 parent 9c01ed4 commit d3b4bb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DRIVE_BRANCH=bring-back-drive-errors
DAPI_BRANCH=send-metadata-buffer
DASHMATE_BRANCH=convenient-errors
TEST_SUITE_BRANCH=convenient-errors
DRIVE_BRANCH=v0.21-dev
DAPI_BRANCH=v0.21-dev
# DASHMATE_BRANCH=
# TEST_SUITE_BRANCH=
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"homepage": "https://github.com/dashevo/DashJS#readme",
"dependencies": {
"@dashevo/dapi-client": "~0.21.0-dev.9",
"@dashevo/dashcore-lib": "~0.19.25",
"@dashevo/dpp": "~0.21.0-dev.4",
"@dashevo/grpc-common": "~0.5.2",
"@dashevo/wallet-lib": "~7.21.0-dev.7",
"@dashevo/dapi-client": "~0.21.0-dev.10",
"@dashevo/dashcore-lib": "~0.19.26",
"@dashevo/dpp": "~0.21.0-dev.5",
"@dashevo/grpc-common": "~0.5.4",
"@dashevo/wallet-lib": "~7.21.0-dev.8",
"bs58": "^4.0.1",
"node-inspect-extracted": "1.0.7"
},
Expand Down

0 comments on commit d3b4bb0

Please sign in to comment.