File tree Expand file tree Collapse file tree 8 files changed +70
-70
lines changed Expand file tree Collapse file tree 8 files changed +70
-70
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. 18.1 " ,
22
22
"aws-cdk" : " 2.179.0" ,
23
23
"jest" : " 29.7.0" ,
24
24
"ts-jest" : " 29.1.5" ,
Original file line number Diff line number Diff line change 10
10
- name : Install Node
11
11
uses : actions/setup-node@v4
12
12
with :
13
- node-version : ' 18 .x'
13
+ node-version : ' 22 .x'
14
14
15
15
- name : Checkout Repo
16
16
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 48
48
- name : Install Node
49
49
uses : actions/setup-node@v4
50
50
with :
51
- node-version : ' 18 .x'
51
+ node-version : ' 22 .x'
52
52
53
53
- name : Checkout Repo
54
54
uses : actions/checkout@v4
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Install Node
110
110
uses : actions/setup-node@v4
111
111
with :
112
- node-version : ' 18 .x'
112
+ node-version : ' 22 .x'
113
113
114
114
- name : Checkout Repo
115
115
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
- name : Install Node
13
13
uses : actions/setup-node@v4
14
14
with :
15
- node-version : ' 18 .x'
15
+ node-version : ' 22 .x'
16
16
17
17
- name : Checkout Repo
18
18
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
- 18.20.3
1
+ 22.19.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. 18.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