Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 27, 2022
1 parent ea264dc commit e9ccd16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -17,12 +17,12 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: cimg/node:17.9
- image: cimg/node:19.3
steps:
- checkout
- run:
name: Update NPM version
command: npm install -g npm@latest
command: sudo npm install -g npm@latest
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down Expand Up @@ -79,4 +79,4 @@ workflows:
- integration_tests:
requires:
- build


0 comments on commit e9ccd16

Please sign in to comment.