Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* bump: [email protected]

* ci:fix
  • Loading branch information
github-actions[bot] authored and keroxp committed Dec 19, 2019
1 parent 2f03585 commit 2ec92ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.26.0
v0.27.0
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
curl -fsSL https://deno.land/x/install/install.sh | bash -s -- ${DENO_VERSION}
- name: Run Tests
run: |
export PATH=$HOME/.deno/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
sleep 10
deno -A couch_test.ts
2 changes: 1 addition & 1 deletion modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.26.0",
"version": "@v0.27.0",
"modules": ["/testing/mod.ts", "/testing/asserts.ts"]
}
}
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.26.0",
"version": "@v0.27.0",
"modules": ["/testing/mod.ts", "/testing/asserts.ts"]
}
}
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.26.0/testing/asserts.ts";
export * from "https://deno.land/std@v0.27.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.26.0/testing/mod.ts";
export * from "https://deno.land/std@v0.27.0/testing/mod.ts";

0 comments on commit 2ec92ef

Please sign in to comment.