owntracks / frontend

🌍 Web interface for OwnTracks built with Vue.js
MIT License
387 stars 53 forks source link

Improve continous integration #96

Closed noonien closed 5 months ago

noonien commented 1 year ago

Build, Test and Lint workflows have been consolidated into one. This was done to benefit from using a cache.

Node version has been updated to 16. Each build now uploads the dist folder as an artifact, and each release uploads the dist folder as an asset.

linusg commented 5 months ago

Closing as we have the dist release now.