File tree Expand file tree Collapse file tree 4 files changed +4870
-3326
lines changed
Expand file tree Collapse file tree 4 files changed +4870
-3326
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 : " 14.15.5 "
38+ node-version : " 20.19.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:14.15.5 -slim
1+ FROM node:20 -slim
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 4242 "sequelize-typescript" : " ^2.1.0" ,
4343 "swagger-ui-express" : " ^4.1.6" ,
4444 "ts-node" : " ^10.0.0" ,
45- "umzug" : " ^3.0.0-beta.16 " ,
45+ "umzug" : " ^3.8.2 " ,
4646 "uuid" : " ^8.3.2" ,
4747 "winston" : " ^3.3.3" ,
4848 "yamljs" : " ^0.3.0"
7373 "nodemon" : " ^2.0.7" ,
7474 "prettier" : " ^2.2.1" ,
7575 "ts-jest" : " ^27.0.3" ,
76- "typescript" : " 4.1.6 "
76+ "typescript" : " ^5.8.3 "
7777 },
7878 "resolutions" : {
7979 "fs-capacitor" : " ^6.2.0" ,
8080 "graphql-upload" : " ^11.0.0"
8181 },
8282 "engines" : {
83- "node" : " 14.15.5 "
83+ "node" : " 20.19.2 "
8484 }
8585}
You can’t perform that action at this time.
0 commit comments