Skip to content

Commit

Permalink
deno v1.9.1, std 0.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masataka committed Apr 21, 2021
1 parent 39256e9 commit a5ad2a6
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.8.3
deno-version: v1.9.1
- 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.92.0/testing/asserts.ts';
} from 'https://deno.land/std@0.94.0/testing/asserts.ts';

0 comments on commit a5ad2a6

Please sign in to comment.