Skip to content

Commit

Permalink
updated node version from 10.14.1 to 14.16.1 inside the configuration…
Browse files Browse the repository at this point in the history
… file of circleci
  • Loading branch information
Garma00 committed May 18, 2022
1 parent b852f67 commit db68488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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:10.14.1
- image: circleci/node:14.16.1

restore_node_cache: &restore_node_cache
restore_cache:
Expand Down Expand Up @@ -69,4 +69,4 @@ workflows:
- danger:
filters:
branches:
ignore: master
ignore: master

0 comments on commit db68488

Please sign in to comment.