aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/deno.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deno.yml')
-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