Skip to content

Commit 777a604

Browse files
committed
ci: update Deno version to v2.5.4 in publish workflow
Updated the Deno version from lts to v2.5.4 in the GitHub Actions publish workflow to use a specific version for consistent builds.
1 parent da55599 commit 777a604

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Deno
2222
uses: denoland/setup-deno@v2
2323
with:
24-
deno-version: lts
24+
deno-version: v2.5.4
2525

2626
- name: Verify types
2727
run: deno check

0 commit comments

Comments
 (0)