Skip to content

Commit

Permalink
Deno v1.8.2, std 0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masataka committed Mar 24, 2021
1 parent 3782114 commit 1457121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Deno
uses: denolib/setup-deno@v2
with:
deno-version: v1.7.4
deno-version: v1.8.2
- name: Perform Deno test
run: |
deno --version
Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export {
assert,
assertEquals,
assertThrows,
} from 'https://deno.land/std@0.87.0/testing/asserts.ts';
} from 'https://deno.land/std@0.91.0/testing/asserts.ts';

0 comments on commit 1457121

Please sign in to comment.