Skip to content

Commit d4e0fb0

Browse files
authored
Merge pull request #123 from hertzg/renovate/deno-2.x
2 parents 1ff5b61 + 702ec22 commit d4e0fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: denoland/setup-deno@v1
2121
with:
22-
deno-version: v1.x
22+
deno-version: 2.x
2323
- uses: actions/checkout@v4
2424
- id: config
2525
run: deno run --allow-net --allow-read --allow-write --allow-env src/main.ts

0 commit comments

Comments
 (0)