kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
359 stars 109 forks source link

Address github action warnings #469

Open coderofstuff opened 3 weeks ago

coderofstuff commented 3 weeks ago

Description

GitHub action pipeline runs currently display these warnings:

Screenshot 2024-05-05 at 12 11 58 PM

TODO

KaffinPX commented 3 weeks ago

@aspect what about using Bun for it? its way faster at least when installing packages and no need for installing TypeScript externally(on Kaspian its seconds to have a build after a commit).

aspect commented 3 weeks ago

@aspect what about using Bun for it? its way faster at least when installing packages and no need for installing TypeScript externally(on Kaspian its seconds to have a build after a commit).

I unfortunately don’t have bandwidth to deal with bun right now. + NodeJs is used to build node_modules as a part of the WASM SDK release process as well as run a small node script after the build (to add size data to example folders).

This issue is a simple CI update that should for the most part require just updating package versions. It is kept for someone who knows CI and wants to get their hands dirty to contribute to the project.