Skip to content

Commit 5d4a7dd

Browse files
committed
GPII-1898: Update to node 6
1 parent c41f26d commit 5d4a7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"keywords": ["gpii", "accessibility", "settings", "fluid", "IoC", "Inversion of Control", "configuration", "evented"],
2323
"repository": "git://github.com/GPII/windows.git",
2424
"main": "./gpii.js",
25-
"engines": { "node" : ">=4.2.1" }
25+
"engines": { "node" : ">=6.3.1" }
2626
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
choco install nodejs.install -version 4.4.3 --forcex86 -y
1+
choco install nodejs.install -version 6.3.1 --forcex86 -y
22
choco install python2 -y
33
choco install innosetup -y
44
setx /M PATH "%PATH%;C:\Program Files (x86)\nodejs;C:\tools\python2;C:\Program Files (x86)\Inno Setup 5"

0 commit comments

Comments
 (0)