summaryrefslogtreecommitdiff
path: root/.ci/ci.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-06-20 14:53:38 -0700
committerElizabeth Hunt <me@liz.coffee>2025-06-20 14:53:38 -0700
commitd4791f3d357634daf506fb8f91cc5332a794c421 (patch)
tree1bb01d2d4d8fa74d83bb6f99f2c8aa4146ca2d11 /.ci/ci.json
parentd7e8d31c94cd713a2f4cf799e20e993acc69e361 (diff)
downloadci-d4791f3d357634daf506fb8f91cc5332a794c421.tar.gz
ci-d4791f3d357634daf506fb8f91cc5332a794c421.zip
Move to nodejs
Diffstat (limited to '.ci/ci.json')
-rw-r--r--.ci/ci.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci.json b/.ci/ci.json
index dc29f8d..e10df80 100644
--- a/.ci/ci.json
+++ b/.ci/ci.json
@@ -1,3 +1,3 @@
{
- "pipeline": ".ci/ci.ts"
+ "workflow": ".ci/ci.js"
}