Kimmo Puputti
cac3b88405
Install the specified version of Yarn
...
CircleCI has a default version of Yarn, but the version cannot be
specified. This is why we have to install our own version of Yarn that
matches the one in package.json. This prevents yarn failing with a
mismatched version error.
2017-10-31 12:22:11 +02:00
Kimmo Puputti
ad7845db41
Update Node to the latest LTS release
2017-10-31 12:21:56 +02:00
Kimmo Puputti
fb0480f7ca
Run security audit with nsp in CI to warn about vulnerable deps
2017-10-13 10:33:34 +03:00
Kimmo Puputti
d5b1afe159
Update Prettier, enable CI integration
2017-10-13 10:09:20 +03:00
Kimmo Puputti
952e009043
Update Node.js and Yarn
...
- Node.js: use latest LTS version
- Yarn: use latest version
2017-10-13 10:09:20 +03:00
Kimmo Puputti
e8e923dd79
Update Node, Yarn, and backend related NPM packages
2017-08-04 11:20:51 +03:00
Kimmo Puputti
bc886f2180
Upgrade packages
2017-03-14 12:49:18 +02:00
Kimmo Puputti
e0680778d8
Specify Node and Yarn versions for CircleCI
2017-02-27 15:17:29 +02:00
Kimmo Puputti
7a6cd57aa9
Use --runInBand flag for Jest to improve performance in Circle CI
...
http://stackoverflow.com/questions/36747251/error-running-jest-on-circleci-npm-test-died-unexpectedly
2017-01-13 09:26:45 +02:00
Kimmo Puputti
eab0d725f0
Add Circle CI configuration
2017-01-12 13:31:56 +02:00