tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix: ci workflows #232

Closed CjS77 closed 11 months ago

CjS77 commented 11 months ago

fix: update ci runners

..to use ubuntu-20.04. Ubuntu 18-04 is no longer active: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

fix: install yarn manually

looks like the new GA runners don't install yarn automatically anymore

fix: improve js env logging

fix: update tauri-sql-plugin

The github repo has changed. This should help make the security audit GA pass.

chore: remove source coverage workflow (for now)

The CI workflow needs to be updated anyway, and it's not very useful right now, so removing it temporarily.