File tree Expand file tree Collapse file tree 5 files changed +66
-66
lines changed Expand file tree Collapse file tree 5 files changed +66
-66
lines changed Original file line number Diff line number Diff line change 3
3
"bin" : " bin/HackerRackQueue.js" ,
4
4
"private" : true ,
5
5
"engines" : {
6
- "node" : " 18 .x"
6
+ "node" : " 22 .x"
7
7
},
8
8
"scripts" : {
9
9
"compile" : " tsc" ,
18
18
"devDependencies" : {
19
19
"@aws-cdk/assert" : " 2.68.0" ,
20
20
"@types/jest" : " 29.5.12" ,
21
- "@types/node" : " 18.19.34 " ,
21
+ "@types/node" : " 22.10.1 " ,
22
22
"aws-cdk" : " 2.148.1" ,
23
23
"jest" : " 29.7.0" ,
24
24
"ts-jest" : " 29.1.5" ,
Original file line number Diff line number Diff line change 1
- 18.20.3
1
+ 22.11.0
Original file line number Diff line number Diff line change 1
- FROM node:18 -alpine as base
1
+ FROM node:22 -alpine as base
2
2
RUN apk --no-cache add curl
3
3
4
4
WORKDIR /app
Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"private" : true ,
10
10
"engines" : {
11
- "node" : " 18 .x"
11
+ "node" : " 22 .x"
12
12
},
13
13
"scripts" : {
14
14
"start" : " pnpm build && node --enable-source-maps dist/index.js" ,
31
31
"@types/chance" : " 1.1.6" ,
32
32
"@types/google-spreadsheet" : " 3.3.2" ,
33
33
"@types/jest" : " 29.5.12" ,
34
- "@types/node" : " 18.19.34 " ,
34
+ "@types/node" : " 22.10.1 " ,
35
35
"@types/node-cron" : " 3.0.11" ,
36
36
"@typescript-eslint/eslint-plugin" : " 6.21.0" ,
37
37
"@typescript-eslint/parser" : " 6.21.0" ,
You can’t perform that action at this time.
0 commit comments