File tree Expand file tree Collapse file tree 8 files changed +74
-74
lines changed
Expand file tree Collapse file tree 8 files changed +74
-74
lines changed Original file line number Diff line number Diff line change 33 "bin" : " bin/HackerRackQueue.js" ,
44 "private" : true ,
55 "engines" : {
6- "node" : " 22 .x"
6+ "node" : " 24 .x"
77 },
88 "scripts" : {
99 "compile" : " tsc" ,
1818 "devDependencies" : {
1919 "@aws-cdk/assert" : " 2.68.0" ,
2020 "@types/jest" : " 30.0.0" ,
21- "@types/node" : " 22.19 .1" ,
21+ "@types/node" : " 24.10 .1" ,
2222 "aws-cdk" : " 2.1033.0" ,
2323 "jest" : " 30.2.0" ,
2424 "ts-jest" : " 29.4.5" ,
Original file line number Diff line number Diff line change 1010 - name : Install Node
1111 uses : actions/setup-node@v6
1212 with :
13- node-version : ' 22 .x'
13+ node-version : ' 24 .x'
1414
1515 - name : Checkout Repo
1616 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 4848 - name : Install Node
4949 uses : actions/setup-node@v6
5050 with :
51- node-version : ' 22 .x'
51+ node-version : ' 24 .x'
5252
5353 - name : Checkout Repo
5454 uses : actions/checkout@v5
@@ -109,7 +109,7 @@ jobs:
109109 - name : Install Node
110110 uses : actions/setup-node@v6
111111 with :
112- node-version : ' 22 .x'
112+ node-version : ' 24 .x'
113113
114114 - name : Checkout Repo
115115 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1212 - name : Install Node
1313 uses : actions/setup-node@v6
1414 with :
15- node-version : ' 22 .x'
15+ node-version : ' 24 .x'
1616
1717 - name : Checkout Repo
1818 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1- 22.21 .1
1+ 24.11 .1
Original file line number Diff line number Diff line change 1- FROM node:22 -alpine as base
1+ FROM node:24 -alpine as base
22RUN apk --no-cache add curl
33RUN npm i -g pnpm@10
44WORKDIR /app
Original file line number Diff line number Diff line change 88 "license" : " MIT" ,
99 "private" : true ,
1010 "engines" : {
11- "node" : " 22 .x"
11+ "node" : " 24 .x"
1212 },
1313 "scripts" : {
1414 "start" : " pnpm build && node --enable-source-maps dist/index.js" ,
3333 "@types/express" : " ^5.0.3" ,
3434 "@types/google-spreadsheet" : " 3.3.2" ,
3535 "@types/jest" : " 30.0.0" ,
36- "@types/node" : " 22.19 .1" ,
36+ "@types/node" : " 24.10 .1" ,
3737 "@types/node-cron" : " 3.0.11" ,
3838 "@typescript-eslint/eslint-plugin" : " 8.48.0" ,
3939 "@typescript-eslint/parser" : " 8.48.0" ,
You can’t perform that action at this time.
0 commit comments