Skip to content

Commit

Permalink
Update to current LTS version of Node (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jun 2, 2021
1 parent bb58725 commit 94707b6
Showing 1 changed file with 1 addition and 1 deletion.
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:=12}
: ${_DART_SITE_NODE_VERS:=14}

if [[ $# -gt 0 ]]; then
case "$1" in
Expand Down

0 comments on commit 94707b6

Please sign in to comment.