Skip to content

Commit

Permalink
Temporarily pin deno to v0.27.0 due to an openssl linking issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Jan 2, 2020
1 parent bbf153a commit 53c168f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -99,7 +99,7 @@ test-plugins: ${TARGETS}
.PHONY: test-deno
test-deno: ${TARGETS} build/tests.esm.js
if [ ! -f ~/.local/bin/deno ]; then \
curl -fsSL https://deno.land/x/install/install.sh | sh; \
curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.27.0; \
fi;
~/.local/bin/deno test-deno/deno-test.js

Expand Down

0 comments on commit 53c168f

Please sign in to comment.