File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ version: 2
33aliases :
44 - &restore-cache
55 restore_cache :
6- key : dependency-cache-{{ checksum "package.json" }}
6+ key : dependency-cache-{{ checksum "package.json" }}
77 - &install-deps
88 run :
9- name : Install dependencies
10- command : npm ci
9+ name : Install dependencies
10+ command : npm ci
1111 - &build-packages
1212 run :
13- name : Build
14- command : npm run build
13+ name : Build
14+ command : npm run build
1515
1616jobs :
1717 build :
@@ -34,24 +34,24 @@ jobs:
3434 - ./node_modules
3535 - run :
3636 name : Build
37- command : npm run build
37+ command : npm run build
3838
3939 integration_tests :
4040 working_directory : ~/nest
4141 machine : true
4242 steps :
4343 - checkout
44- - run :
44+ - run :
4545 name : Prepare nvm
4646 command : |
4747 echo 'export NVM_DIR="/opt/circleci/.nvm"' >> $BASH_ENV
4848 echo ' [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
49- - run :
49+ - run :
5050 name : Upgrade Node.js
5151 command : |
52- nvm install v12
52+ nvm install v16
5353 node -v
54- nvm alias default v12
54+ nvm alias default v16
5555 - run :
5656 name : Install Docker Compose
5757 command : |
@@ -79,4 +79,3 @@ workflows:
7979 - integration_tests :
8080 requires :
8181 - build
82-
Original file line number Diff line number Diff line change 5353 "uuid" : " 9.0.0"
5454 },
5555 "peerDependencies" : {
56- "@nestjs/common" : " ^8.0.0 || ^9.0.0" ,
57- "@nestjs/core" : " ^8.0.0 || ^9.0.0" ,
56+ "@nestjs/common" : " ^8.0.0 || ^9.0.0 || ^10.0.0 " ,
57+ "@nestjs/core" : " ^8.0.0 || ^9.0.0 || ^10.0.0 " ,
5858 "reflect-metadata" : " ^0.1.13" ,
5959 "rxjs" : " ^7.2.0" ,
6060 "typeorm" : " ^0.3.0"
Original file line number Diff line number Diff line change 77 "noLib" : false ,
88 "emitDecoratorMetadata" : true ,
99 "experimentalDecorators" : true ,
10- "target" : " es6 " ,
10+ "target" : " ES2021 " ,
1111 "sourceMap" : false ,
1212 "outDir" : " ./dist" ,
1313 "rootDir" : " ./lib" ,
You can’t perform that action at this time.
0 commit comments