Skip to content

Commit f9c8a3a

Browse files
committed
setup deno lts fix
1 parent 9d9b6f2 commit f9c8a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: oven-sh/setup-bun@v2
5656
- uses: denoland/setup-deno@v2
5757
with:
58-
deno-version: vx.x.x
58+
deno-version: v2.x
5959

6060
- name: setup playwright for browser related test
6161
run: npx playwright install --with-deps && npx playwright install msedge && npx playwright install chrome

0 commit comments

Comments
 (0)