diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 10:35:21 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 10:35:21 -0500 |
commit | 51e42e914742d4f0e9beba43078f302a01fe1cac (patch) | |
tree | 670b1fd4e283c40c70d7b16f9e01649b3403141a | |
parent | ci(jvm): ensure running on kts update too (diff) | |
download | locusts-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.yml | 6 |
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 |