Skip to content

Commit 47efeac

Browse files
authored
chore: node v18 (#128)
1 parent f61c357 commit 47efeac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
1919
commands:
2020
save_yarn_cache:
2121
description: Save Yarn cache for future build
@@ -46,7 +46,7 @@ jobs:
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

@@ -59,7 +59,7 @@ jobs:
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:
@@ -68,7 +68,7 @@ jobs:
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:

0 commit comments

Comments
 (0)