Skip to content

Commit d9c97a1

Browse files
authored
test: pin packages used to report vercel test results (#427)
1 parent b46adad commit d9c97a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/deno/junit2md.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { expandGlob } from 'https://deno.land/std/fs/mod.ts'
2-
import { parse } from 'https://deno.land/x/xml/mod.ts'
1+
import { expandGlob } from 'https://deno.land/std@0.223.0/fs/mod.ts'
2+
import { parse } from 'https://deno.land/x/xml@2.1.3/mod.ts'
33

44
interface TestCase {
55
'@classname': string

0 commit comments

Comments
 (0)