Skip to content

Commit

Permalink
node 18 circle
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKolnik committed Dec 21, 2023
1 parent 82e6aa6 commit 2e6a45c
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 @@ -3,7 +3,7 @@ version: 2
jobs:
lint:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:18.19
working_directory: ~/repo
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:
- run: yarn lint
build:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:18.19
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 2e6a45c

Please sign in to comment.