Skip to content

Commit

Permalink
fix: Update the publish step's node docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Morris committed Dec 10, 2021
1 parent 3e6749f commit 858c586
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 @@ -152,7 +152,7 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: circleci/node:14
steps:
- checkout
- install_deps
Expand Down

0 comments on commit 858c586

Please sign in to comment.