Skip to content

Commit

Permalink
Update Circle CI Node Version to 7.9.0
Browse files Browse the repository at this point in the history
The purpose of this is to be able to land facebookarchive#397 with some test coverage.
In its current form it is too specific in its implementation and only
works on a specific version of Node. In the future we'll want to make that
more abstract and general so that it can work on ranges and other major
versions.
  • Loading branch information
sebmarkbage committed May 5, 2017
1 parent c1dada4 commit d2ddfb5
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0
version: 7.9.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"

Expand Down

0 comments on commit d2ddfb5

Please sign in to comment.