Skip to content

Commit 5d9347b

Browse files
renovate[bot]kylehoehns
authored andcommitted
chore: update node.js to v24
1 parent b83fc20 commit 5d9347b

File tree

8 files changed

+74
-74
lines changed

8 files changed

+74
-74
lines changed

.aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": "bin/HackerRackQueue.js",
44
"private": true,
55
"engines": {
6-
"node": "22.x"
6+
"node": "24.x"
77
},
88
"scripts": {
99
"compile": "tsc",
@@ -18,7 +18,7 @@
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",

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.11.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine as base
1+
FROM node:24-alpine as base
22
RUN apk --no-cache add curl
33
RUN npm i -g pnpm@10
44
WORKDIR /app

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",
@@ -33,7 +33,7 @@
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",

0 commit comments

Comments
 (0)