Skip to content

Commit 889e668

Browse files
committed
chore: preinstall Deno and not rely on CLI to do that
1 parent 423b536 commit 889e668

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ jobs:
3636
- name: Linting
3737
run: npm run format:ci
3838
if: "${{ matrix.node-version == '20.19.1' }}"
39+
- name: Install Deno
40+
uses: denoland/setup-deno@v1
41+
with:
42+
deno-version: 2.5.6
3943
- name: Run tests
4044
run: npm run test

0 commit comments

Comments
 (0)