We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f826c commit 966dc55Copy full SHA for 966dc55
.github/workflows/deno-ci.yaml
@@ -13,8 +13,6 @@ jobs:
13
strategy:
14
matrix:
15
deno-version:
16
- - v2.0
17
- - v2.1
18
- v2.2
19
- v2.3
20
- v2.4
CHANGES.md
@@ -5,6 +5,7 @@
5
- Add `listAllTags` method which chases pagination
6
- Also add `listTagsPaginated` generator for streaming processing of tags
7
- Update test expectations for registry-side changes
8
+- Test only on Deno v2.2+
9
- Use Deno workspaces so examples and tests include the real imports
10
- Replace remaining https:// deps for tests and examples with JSR deps
11
0 commit comments