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 82aa95c commit a26e227Copy full SHA for a26e227
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Deno
16
uses: denolib/setup-deno@v2
17
with:
18
- deno-version: v1.7.2
+ deno-version: v1.7.4
19
- name: Perform Deno test
20
run: |
21
deno --version
deps.ts
@@ -4,4 +4,4 @@ export {
4
assert,
5
assertEquals,
6
assertThrows,
7
-} from 'https://deno.land/std@0.86.0/testing/asserts.ts';
+} from 'https://deno.land/std@0.87.0/testing/asserts.ts';
0 commit comments