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

Commit add03ea

Browse files
committed
Too many Node version vars lying about
1 parent 3655faa commit add03ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/ci.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function mac-build() {
4040
function main() {
4141
cd "$(dirname "$0")/.."
4242

43-
local node_version=12.13.1
43+
local node_version=12.14.0
4444
local version
4545
version=$(grep version ./package.json | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[:space:]')
4646

src/api/bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class Binary implements nbin.Binary {
164164
if (currentArchitecture === "x64") {
165165
currentArchitecture = "x86_64"
166166
}
167-
const nodeVersion = "12.13.1"
167+
const nodeVersion = "12.14.0"
168168
const binName = `${this.version}/node-${nodeVersion}-${currentPlatform}-${currentArchitecture}`
169169

170170
return binName

0 commit comments

Comments
 (0)