Skip to content

Commit 52c616f

Browse files
committed
Fix the Deno version used for running tests
1 parent bd809bf commit 52c616f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
rebar3-version: "3"
2020
- uses: denoland/setup-deno@v1
2121
with:
22-
deno-version: v1.x
22+
deno-version: v2.x
2323
- uses: actions/setup-node@v6
2424
with:
2525
node-version: 25

0 commit comments

Comments
 (0)