Skip to content

Commit b208849

Browse files
committed
Update Deno version in GitHub Actions workflow to v2.x
1 parent 221c0c4 commit b208849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: denoland/setup-deno@v1
1717
with:
18-
deno-version: v1.x # Run with latest stable Deno.
18+
deno-version: v2.x # Run with latest stable Deno.
1919

2020
- run: deno fmt --check
2121
- run: deno lint

0 commit comments

Comments
 (0)