Skip to content

Commit

Permalink
chore(circleCI): use version tag instead of latest for image used for…
Browse files Browse the repository at this point in the history
… node 12 unit tests (#13700)
  • Loading branch information
moonmeister authored and pieh committed Apr 29, 2019
1 parent 2cca462 commit bee0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
unit_tests_node12:
executor:
name: node
image: "latest"
image: "12"
<<: *test_template

unit_tests_www:
Expand Down

0 comments on commit bee0fbe

Please sign in to comment.