Skip to content

Commit

Permalink
Pin Deno to the mostly recently working 1.30.3 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed May 1, 2023
1 parent 2646c17 commit e1d2aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test-plugins: ${TARGETS}
.PHONY: test-deno
test-deno: ${TARGETS} build/tests.esm.js
if [ ! -f ~/.deno/bin/deno ]; then \
curl -fsSL https://deno.land/x/install/install.sh | sh; \
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.30.3; \
fi;
~/.deno/bin/deno run --location http://localhost test-deno/deno-test.js

Expand Down

0 comments on commit e1d2aa2

Please sign in to comment.