File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ executors:
1414 node :
1515 working_directory : ~/eslint-plugin-lwc
1616 docker :
17- - image : cimg/node:16.17 .0
18-
17+ - image : cimg/node:18.18 .0
18+
1919commands :
2020 save_yarn_cache :
2121 description : Save Yarn cache for future build
4646 steps :
4747 - checkout
4848 - restore_yarn_cache
49- - run :
49+ - run :
5050 name : Install dependencies and build
5151 command : yarn install --frozen-lockfile
5252
5959 - run :
6060 name : Override version of eslint@<<parameters.eslint-version>>
6161 command : yarn add eslint@<<parameters.eslint-version>> --dev
62- - run :
62+ - run :
6363 name : Check formatting
6464 command : yarn format:check
6565 - run :
6868 - run :
6969 name : Run unit tests
7070 command : yarn test
71-
71+
7272 deploy :
7373 docker :
7474 - image : circleci/node
@@ -100,7 +100,7 @@ workflows:
100100 matrix :
101101 parameters :
102102 eslint-version : *supported-eslint-versions
103-
103+
104104 - deploy :
105105 << : *deploy_filters
106106 requires :
You can’t perform that action at this time.
0 commit comments