Skip to content

Commit

Permalink
Update to 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Oct 31, 2017
1 parent 058a7fe commit fce8116
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.11.2
v8.8.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:6.11.2
FROM node:8.8.1
MAINTAINER Automattic

WORKDIR /calypso
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
node:
version: 6.11.2
version: 8.8.1
test:
pre:
- ? |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
"wpcom-xhr-request": "1.1.1"
},
"engines": {
"node": "6.11.2",
"npm": "3.10.10"
"node": "8.8.1",
"npm": "5.4.2"
},
"scripts": {
"preanalyze-bundles": "cross-env WEBPACK_OUTPUT_JSON=1 CALYPSO_ENV=production npm run -s env -- node --max_old_space_size=8192 ./node_modules/.bin/webpack --config webpack.config.js --profile --json > stats.json",
Expand Down

0 comments on commit fce8116

Please sign in to comment.