Looks like the image circleci/node:14.17.2-browser
actually has Node 14.17.2:
$ docker run --entrypoint /bin/bash --rm -ti circleci/node:14.17.2-browsers -c 'node -v'
v14.17.1
Looks like the image circleci/node:14.17.2-browser
actually has Node 14.17.2:
$ docker run --entrypoint /bin/bash --rm -ti circleci/node:14.17.2-browsers -c 'node -v'
v14.17.1
Hi @scinos! Thanks for surfacing this! I’ll send it over to the team