pipelight / pipelight

Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only.
https://pipelight.dev
GNU General Public License v2.0
491 stars 13 forks source link

???: Update the version on deno #22

Open AmeerArsala opened 1 week ago

AmeerArsala commented 1 week ago

I believe pipelight's latest version is 0.8.0, but on deno.land, it only shows 0.3.0 as the latest. Is there some type of mistake going on here?

pipelight commented 1 week ago

On one hand, Pipelight is the tool that processes the pipeline. And on another hand, what is on deno are functions that ease pipeline definition. They are compatible even if minor versions diverge. So you can use it safely. :smile: