Skip to content

feat: make network optional #29

feat: make network optional

feat: make network optional #29

Triggered via pull request October 24, 2024 22:29
@coolaj86coolaj86
synchronize #4
feat-mainnet
Status Failure
Total duration 24s
Artifacts

node.js.yml

on: pull_request
Matrix: Node.js build: fmt, clean-install, lint, test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Node.js build: fmt, clean-install, lint, test (latest): bin/gobject-prepare.js#L10
Module '"/home/runner/work/DashGov.js/DashGov.js/node_modules/@dashincubator/secp256k1/secp256k1"' has no default export.
Node.js build: fmt, clean-install, lint, test (latest): bin/gobject-prepare.js#L243
Argument of type '{ name: string; payment_address: string; payment_amount: number; url: string; }' is not assignable to parameter of type 'GObjectData'.
Node.js build: fmt, clean-install, lint, test (latest): bin/gobject-prepare.js#L251
Argument of type '{}' is not assignable to parameter of type 'GObject'.
Node.js build: fmt, clean-install, lint, test (latest): node_modules/@dashincubator/secp256k1/secp256k1.js#L4
Type 'typeof globalThis | typeof import("/home/runner/work/DashGov.js/DashGov.js/node_modules/@dashincubator/secp256k1/secp256k1")' is not assignable to type 'typeof import("/home/runner/work/DashGov.js/DashGov.js/node_modules/@dashincubator/secp256k1/secp256k1")'.
Node.js build: fmt, clean-install, lint, test (latest): node_modules/@dashincubator/secp256k1/secp256k1.js#L4
Property 'nobleSecp256k1' does not exist on type 'typeof import("/home/runner/work/DashGov.js/DashGov.js/node_modules/@dashincubator/secp256k1/secp256k1")'.
Node.js build: fmt, clean-install, lint, test (latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/