Skip to content

Commit

Permalink
Upgrade deno std/node to 0.122.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jan 21, 2022
1 parent c2e488a commit 9bdc196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const VERSION = 63

const (
pkgCacheTimeout = 10 * 60 // 10 minutes
denoStdNodeVersion = "0.121.0"
denoStdNodeVersion = "0.122.0"
nodejsMinVersion = 16
nodejsLatestLTS = "16.13.1"
nodeTypesVersion = "16.11.9"
Expand Down

0 comments on commit 9bdc196

Please sign in to comment.