Skip to content

Commit

Permalink
Use Node 18 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
comzeradd committed Nov 25, 2024
1 parent d4091df commit a9e3dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands:
jobs:
lint:
docker:
- image: node:16
- image: node:18
environment:
- NODE_ENV: "development"
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
unit-test:
docker:
- image: node:16
- image: node:18
environment:
- NODE_ENV: "development"
parameters:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- run:
name: Install dependencies
command: |
nvm install 16
nvm install $(cat .nvmrc)
- run:
name: Install environment
environment:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- run:
name: Install dependencies
command: |
nvm install 16
nvm install $(cat .nvmrc)
- run:
name: Install environment
command: |
Expand Down

0 comments on commit a9e3dcd

Please sign in to comment.