aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-29 10:35:21 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-29 10:35:21 -0500
commit51e42e914742d4f0e9beba43078f302a01fe1cac (patch)
tree670b1fd4e283c40c70d7b16f9e01649b3403141a
parentci(jvm): ensure running on kts update too (diff)
downloadlocusts-51e42e914742d4f0e9beba43078f302a01fe1cac.tar
locusts-51e42e914742d4f0e9beba43078f302a01fe1cac.tar.gz
locusts-51e42e914742d4f0e9beba43078f302a01fe1cac.tar.bz2
locusts-51e42e914742d4f0e9beba43078f302a01fe1cac.tar.lz
locusts-51e42e914742d4f0e9beba43078f302a01fe1cac.tar.xz
locusts-51e42e914742d4f0e9beba43078f302a01fe1cac.tar.zst
locusts-51e42e914742d4f0e9beba43078f302a01fe1cac.zip
Oops x2
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--.github/workflows/deno.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml
index 1ae1daa..3f8609b 100644
--- a/.github/workflows/deno.yml
+++ b/.github/workflows/deno.yml
@@ -23,8 +23,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Deno
- uses: denolib/setup-deno@v2
+ uses: denoland/setup-deno@v2
+ with:
+ deno-version: v2.x
- name: Test
- run: deno test src/packges/locusts/mod.ts
+ run: deno test src/packages/locusts/mod.ts
- name: Publish on Tag
run: deno run -A jsr:@david/publish-on-tag \ No newline at end of file