From ab788f0c9c1f9054c905186fc0a52c9bff849ee5 Mon Sep 17 00:00:00 2001 From: ravi-jayaramappa Date: Mon, 3 Jul 2023 16:05:38 -0700 Subject: [PATCH] fix: switch order of directives --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0fd063..1d01019 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,12 +2,6 @@ version: 2.1 supported-eslint-versions: &supported-eslint-versions ["local", "7"] -executors: - node: - working_directory: ~/eslint-plugin-lwc - docker: - - image: cimg/node:16.17.0 - deploy_filters: &deploy_filters filters: branches: @@ -16,6 +10,12 @@ deploy_filters: &deploy_filters # Trigger on tags that begin with `v` only: /^v.*/ +executors: + node: + working_directory: ~/eslint-plugin-lwc + docker: + - image: cimg/node:16.17.0 + commands: save_yarn_cache: description: Save Yarn cache for future build