mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
deno 1.40 shouts unskippable deprecation warnings
This commit is contained in:
parent
78838de69e
commit
b1c61ddf1f
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ versions:
|
|||
github: pkgxdev/brewkit
|
||||
|
||||
dependencies:
|
||||
deno.land: ^1.37
|
||||
deno.land: ~1.39 # 1.40 shouts unskippable deprecation warnings
|
||||
gnu.org/bash: ^5
|
||||
pkgx.sh: ^1
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ provides:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
deno.land: ^1.35
|
||||
deno.land: ~1.39 # 1.40 shouts unskippable deprecation warnings
|
||||
working-directory: ${{prefix}}/bin
|
||||
# patchelf messes with Deno's ability to find the DATA block, making it
|
||||
# operate as only a bloated Deno binary
|
||||
|
|
Loading…
Reference in a new issue