Skip to content

Commit

Permalink
Testing Node 8.1.4 for Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Sep 22, 2017
1 parent f1efb73 commit f7af509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
"defaultValue": "8.4.0"
"defaultValue": "8.1.4"
}
},
"resources": [{
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"engines": {
"node": "8.4.0"
"node": "8.1.4"
},
"dependencies": {
"ajv": "^5.2.2",
Expand Down

0 comments on commit f7af509

Please sign in to comment.