Skip to content

Commit

Permalink
Force v8 for testing
Browse files Browse the repository at this point in the history
I (now) suspect that Codeship runs its build/test steps in completely
different environment so setting our node version in build does not
carry over to the test step.
  • Loading branch information
Will Harding committed Mar 7, 2019
1 parent a6e5c4e commit b96fd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ build:

test:
@echo "Testing..."
npm run test -- -u --testPathIgnorePatterns=dist
. ~/.nvm/nvm.sh && nvm use 8.4.0 && npm run test

0 comments on commit b96fd98

Please sign in to comment.