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

Commit 1fd51c5

Browse files
authored
[Security Patch]🦕 Update Deno to v1.10.2 (#253)
* 🦕 update deno to 1.10.2 (1/2) * 🦕 update deno to 1.10.2
1 parent b4213a7 commit 1fd51c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

languages/deno.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ extensions = [
44
"ts"
55
]
66
setup = [
7-
"curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.9.0"
7+
"curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.10.2"
88
]
99

1010
[languageServer]

out/share/polygott/phase2.d/deno

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chown -R $(id -u):$(id -g) /home/runner
1010
echo 'Setup deno'
1111
cd "${HOME}"
1212

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

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

0 commit comments

Comments
 (0)