Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
[Security Patch]🦕 Update Deno to v1.10.2 (#253)
Browse files Browse the repository at this point in the history
* 🦕 update deno to 1.10.2 (1/2)

* 🦕 update deno to 1.10.2
  • Loading branch information
miroreo authored May 27, 2021
1 parent b4213a7 commit 1fd51c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/deno.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extensions = [
"ts"
]
setup = [
"curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.9.0"
"curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.10.2"
]

[languageServer]
Expand Down
2 changes: 1 addition & 1 deletion out/share/polygott/phase2.d/deno
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chown -R $(id -u):$(id -g) /home/runner
echo 'Setup deno'
cd "${HOME}"

curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.9.0
curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.10.2

if [[ -n "$(ls -A /home/runner)" ]]; then
echo Storing home for deno
Expand Down

0 comments on commit 1fd51c5

Please sign in to comment.