Skip to content

Commit

Permalink
Merge branch 'nestjs:master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedjkr committed Mar 2, 2023
2 parents 0380be9 + 525d0e7 commit 6f8dbab
Show file tree
Hide file tree
Showing 3 changed files with 3,976 additions and 2,025 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: cimg/node:17.9
- image: cimg/node:19.6
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 @@ -78,4 +78,4 @@ workflows:
- integration_tests:
requires:
- build


Loading

0 comments on commit 6f8dbab

Please sign in to comment.