Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
electric-el committed Feb 24, 2021
2 parents c7cbd9a + 39b17b3 commit da683f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fepper.command
Expand Up @@ -6,7 +6,7 @@ cd $root_dir

# Check if Node.js is installed. Install if it isn't.
has_node=`which node`
node_version="v12.20.1"
node_version="v12.21.0"
node_pkg="node-${node_version}.pkg"

if [[ $has_node != *bin/node ]]; then
Expand Down
2 changes: 1 addition & 1 deletion fepper.ps1
Expand Up @@ -11,7 +11,7 @@ else
$archMsi = "x64.msi"
}

$nodeVersion = "v12.20.1"
$nodeVersion = "v12.21.0"
$nodeMsi = "node-" + $nodeVersion + "-" + $archMsi
$nodeMsiFull = $PSScriptRoot + "\" + $nodeMsi
$whereNode = where.exe node
Expand Down

0 comments on commit da683f2

Please sign in to comment.