Skip to content

Commit

Permalink
updated node version to 14.17.0 inside the configuration file of circ…
Browse files Browse the repository at this point in the history
…leci
  • Loading branch information
Garma00 committed May 18, 2022
1 parent db68488 commit 6da393b
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 @@ -6,7 +6,7 @@ node_cache_key: &node_cache_key v1-dependencies-{{ checksum "yarn.lock" }}
defaults_js: &defaults_js
<<: *defaults
docker:
- image: circleci/node:14.16.1
- image: circleci/node:14.17.0

restore_node_cache: &restore_node_cache
restore_cache:
Expand Down

0 comments on commit 6da393b

Please sign in to comment.