Skip to content

Commit

Permalink
Bump Deno to v0.140.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siokas committed Aug 16, 2021
1 parent 27c0757 commit adc18ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno_ci.yml
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: v1.12.0
deno-version: v1.13.0
- run: deno fmt --check
- run: deno test
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
<p align="center"><img src="https://raw.githubusercontent.com/siokas/siokas.github.io/master/img/denomander.png" width="256"></p>
<p align="center">
<img alt="Github Actions" src="https://github.com/siokas/denomander/workflows/DenoCI/badge.svg?branch=master">
<img alt="deno version" src="https://img.shields.io/badge/deno-1.12.2-blue">
<img alt="deno version" src="https://img.shields.io/badge/deno-1.13.0-blue">
<a href="https://nest.land/package/denomander"><img src="https://nest.land/badge.svg" alt="Published on nest.land" /></a>
</p>

Expand Down
6 changes: 3 additions & 3 deletions deps.ts
@@ -1,16 +1,16 @@
export const test = Deno.test;
export { parse } from "https://deno.land/std@0.103.0/flags/mod.ts";
export { parse } from "https://deno.land/std@0.104.0/flags/mod.ts";
export {
blue,
bold,
green,
red,
reset as resetColor,
yellow,
} from "https://deno.land/std@0.103.0/fmt/colors.ts";
} from "https://deno.land/std@0.104.0/fmt/colors.ts";
export {
assert,
assertEquals,
assertThrows,
assertThrowsAsync,
} from "https://deno.land/std@0.103.0/testing/asserts.ts";
} from "https://deno.land/std@0.104.0/testing/asserts.ts";

0 comments on commit adc18ea

Please sign in to comment.