Skip to content

Commit

Permalink
Bump test deps, Deno CI runtime to 1.38.5 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki authored Dec 13, 2023
1 parent d3ab6c7 commit 5c4f9f3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Deno v1.37.0
- name: Setup Deno v1.38.5
uses: denoland/setup-deno@v1
with:
deno-version: v1.37.0
deno-version: v1.38.5

- name: Setup LCOV
run: sudo apt install -y lcov
Expand Down
66 changes: 33 additions & 33 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { assertEquals, assertNotEquals, assertThrows } from 'https://deno.land/std@0.203.0/assert/mod.ts';
export { assertEquals, assertNotEquals, assertThrows } from 'https://deno.land/std@0.208.0/assert/mod.ts';

0 comments on commit 5c4f9f3

Please sign in to comment.