use deno in action

This commit is contained in:
Henry Hiles 2026-03-14 17:03:41 -04:00
commit d84a869a55
No known key found for this signature in database
2 changed files with 11 additions and 5 deletions

7
deno.json Normal file
View file

@ -0,0 +1,7 @@
{
"imports": {
"fs": "node:fs",
"url": "node:url",
"path": "node:path"
}
}