Skip to content

Commit f53b65b

Browse files
committed
Update deno version to 1.28.2
1 parent f9599d2 commit f53b65b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/latest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: denoland/setup-deno@v1
2222
with:
23-
deno-version: v1.27.0
23+
deno-version: v1.28.2
2424
- name: Run cross-compile
2525
run:
2626
./cross_compile.sh

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Deno runtime
2323
uses: denoland/setup-deno@v1
2424
with:
25-
deno-version: v1.27.0
25+
deno-version: v1.28.2
2626

2727
- name: Check format
2828
run: deno fmt --check

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ $ dim help
332332

333333
1. Install Deno
334334

335-
- Deno >= 1.27.0
335+
- Deno == 1.28.2
336336

337337
```
338338
$ curl -fsSL https://deno.land/install.sh | sh

0 commit comments

Comments
 (0)