Overview
PandaCI workflows use the Deno (v2) runtime. This means you can use both Deno and Node.js packages in your workflows.
The easiest way is to just import the packages in your file. Deno will automatically download and cache the packages for you.
You can learn more about the Deno dependency system.