File tree Expand file tree Collapse file tree 4 files changed +1707
-1447
lines changed
Expand file tree Collapse file tree 4 files changed +1707
-1447
lines changed Original file line number Diff line number Diff line change 3535 if : steps.changes.outputs.typescript-backend == 'true'
3636 uses : actions/setup-node@v2
3737 with :
38- node-version : " 20.19 .2"
38+ node-version : " 20.12 .2"
3939 cache : " yarn"
4040 cache-dependency-path : |
4141 backend/typescript/yarn.lock
Original file line number Diff line number Diff line change 1- FROM node:20-slim
1+ FROM node:20.12.2 -slim
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 5050 "devDependencies" : {
5151 "@types/cookie-parser" : " ^1.4.2" ,
5252 "@types/cors" : " ^2.8.10" ,
53- "@types/dotenv" : " ^8.2.0 " ,
53+ "@types/dotenv" : " ^8.2.3 " ,
5454 "@types/express" : " ^4.17.11" ,
5555 "@types/jest" : " ^26.0.23" ,
5656 "@types/lodash" : " ^4.14.168" ,
8080 "graphql-upload" : " ^11.0.0"
8181 },
8282 "engines" : {
83- "node" : " 20.19 .2"
83+ "node" : " 20.12 .2"
8484 }
8585}
You can’t perform that action at this time.
0 commit comments