Skip to content

Commit

Permalink
Update Ruby and Node versions for latest improvements and security fi…
Browse files Browse the repository at this point in the history
…xes (#145)
  • Loading branch information
parlough committed Nov 24, 2021
1 parent 85b91b0 commit e2f295a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tool/env-set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - REPO_ROOT contains `_config.yml` with a `port` field.

_DART_SITE_ENV_SET_INSTALL_OPT="--install"
: ${_DART_SITE_NODE_VERS:=14}
: ${_DART_SITE_NODE_VERS:=16}

if [[ $# -gt 0 ]]; then
case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion tool/get-ruby.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This bash file is meant to be source'd, not executed. It is a bit non-DRY
# because we can't define local variables, nor can we use functions.

: ${_DART_SITE_RUBY_VERS:=ruby-2.6.5}
: ${_DART_SITE_RUBY_VERS:=ruby-2.7.4}

if ! rvm version | grep -q '(latest)'; then
rvm get stable
Expand Down

0 comments on commit e2f295a

Please sign in to comment.