diff --git a/projects/tea.xyz/brewkit/package.yml b/projects/tea.xyz/brewkit/package.yml index 61b49a22..8ec6b3bd 100644 --- a/projects/tea.xyz/brewkit/package.yml +++ b/projects/tea.xyz/brewkit/package.yml @@ -8,7 +8,7 @@ versions: dependencies: deno.land: ^1.30 gnu.org/bash: '*' - tea.xyz: ^0 + tea.xyz: ^0.24.10 git-scm.org: ^2 build: | @@ -20,6 +20,6 @@ test: dependencies: zlib.net: '*' script: - test zlib.net + pkg test zlib.net # we would like to test builds but we need a `GITHUB_TOKEN` and # (currently) we can’t figure out how to set that up in CI/CD