Skip to content

Commit

Permalink
Attempt to use node 8, see if that helps.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness committed Aug 10, 2017
1 parent f5cc28a commit 93d0684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
8
2 changes: 1 addition & 1 deletion config/gulp/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gulp.task('build-uswds-if-needed', function () {
}

const sharedOpts = { stdio: 'inherit', cwd: uswdsDir };
return spawnP('npm', [ 'install', '--dev' ], sharedOpts)
return spawnP('npm', [ '--version' ], sharedOpts)
.then(() => spawnP('npm', [ 'run', 'federalist' ], sharedOpts));
}
});
Expand Down

0 comments on commit 93d0684

Please sign in to comment.