Skip to content

Commit ac278d8

Browse files
authored
Merge branch 'main' into renovate/thiserror-2.x-lockfile
2 parents fb6065e + 09ca8e9 commit ac278d8

File tree

3 files changed

+26
-109
lines changed

3 files changed

+26
-109
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111

1212
- name: Setup Deno
1313
uses: denoland/setup-deno@v1

deno.lock

Lines changed: 24 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
assertStrictEquals,
44
} from "https://deno.land/[email protected]/assert/mod.ts";
55

6-
import * as cheerio from "https://esm.sh/[email protected]/dist/browser/index.js?bundle=false";
6+
import * as cheerio from "https://cdn.jsdelivr.net/npm/[email protected]/dist/browser/index.js/+esm";
77

88
import parseContentSecurityPolicy from "https://esm.sh/[email protected]/script/mod.js";
99
import { assertEquals } from "https://deno.land/[email protected]/assert/assert_equals.ts";

0 commit comments

Comments
 (0)