Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@emilio-martinez emilio-martinez released this 18 May 07:31
· 4 commits to master since this release

The image is published in Docker as popcornpool/chrome-node-yarn:1.1.0.

This release adds AWS CLI support, since it's a common tool to be used within CI workflows. Additionally, Chrome, Node, npm, and yarn are all updated. Note that in the case of npm, it's updated to the latest version included within Node 8 LTS.

> $CHROME_BIN --version
Google Chrome 66.0.3359.170

> node --version
v8.11.2

> npm --version
5.6.0

> yarn --version
1.6.0

> aws --version
aws-cli/1.11.13 Python/3.5.2