Skip to content

Commit

Permalink
chore: node v18 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida committed Oct 24, 2023
1 parent f61c357 commit 47efeac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ executors:
node:
working_directory: ~/eslint-plugin-lwc
docker:
- image: cimg/node:16.17.0
- image: cimg/node:18.18.0

commands:
save_yarn_cache:
description: Save Yarn cache for future build
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- checkout
- restore_yarn_cache
- run:
- run:
name: Install dependencies and build
command: yarn install --frozen-lockfile

Expand All @@ -59,7 +59,7 @@ jobs:
- run:
name: Override version of eslint@<<parameters.eslint-version>>
command: yarn add eslint@<<parameters.eslint-version>> --dev
- run:
- run:
name: Check formatting
command: yarn format:check
- run:
Expand All @@ -68,7 +68,7 @@ jobs:
- run:
name: Run unit tests
command: yarn test

deploy:
docker:
- image: circleci/node
Expand Down Expand Up @@ -100,7 +100,7 @@ workflows:
matrix:
parameters:
eslint-version: *supported-eslint-versions

- deploy:
<<: *deploy_filters
requires:
Expand Down

0 comments on commit 47efeac

Please sign in to comment.