We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc13c9 commit 88193edCopy full SHA for 88193ed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: denoland/setup-deno@v1
11
with:
12
- deno-version: "1.32.3"
+ deno-version: "1.34.3"
13
- name: Check fmt
14
run: deno fmt --check
15
- name: Run lint
.github/workflows/udd.yml
@@ -12,7 +12,7 @@ jobs:
16
- name: Update dependencies
17
run: >
18
deno run --allow-net --allow-read --allow-write=deps/
0 commit comments