Skip to content

Commit 144668f

Browse files
chore: Node.js 24
1 parent d6d53cb commit 144668f

File tree

7 files changed

+25
-18
lines changed

7 files changed

+25
-18
lines changed

.github/workflows/angular-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '22'
27+
node-version: '24'
2828
- run: yarn workspaces focus bhs-web-angular-app
2929
- run: yarn lint
3030
- run: yarn build

.github/workflows/azure-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CLIENTAPP_PATH: ./src/bhs-web-angular-app
1818
DOTNET_BUILD_CONFIGURATION: Release
1919
DOTNET_CORE_VERSION: 8.0.x
20-
NODE_VERSION: '22'
20+
NODE_VERSION: '24'
2121

2222
jobs:
2323
build:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
E2E_DIRECTORY: ./src/bhs-e2e
33-
NODE_VERSION: '22'
33+
NODE_VERSION: '24'
3434

3535
jobs:
3636
e2e:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
v24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ built on ASP.NET Core, Angular, and MongoDB.
1111

1212
- .NET 8 SDK and Visual Studio 2022
1313
- `dotnet tool restore`
14-
- Node.JS 22 and yarn
14+
- Node.JS 24 and yarn
1515
- `corepack enable`
1616
- MongoDB
1717

src/bhs-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@wdio/spec-reporter": "^9.19.0",
1515
"tslib": "^2.8.1",
1616
"tsx": "^4.20.3",
17-
"undici": "^6.21.3",
17+
"undici": "^7.13.0",
1818
"zod": "^4.0.17"
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "^9.33.0",
2222
"@stylistic/eslint-plugin": "^5.2.3",
2323
"@types/jasmine": "^5.1.8",
24-
"@types/node": "^22.16.5",
24+
"@types/node": "^24.2.1",
2525
"eslint": "^9.33.0",
2626
"eslint-config-flat-gitignore": "^2.1.0",
2727
"eslint-import-resolver-typescript": "^4.4.4",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,12 +3291,12 @@ __metadata:
32913291
languageName: node
32923292
linkType: hard
32933293

3294-
"@types/node@npm:*, @types/node@npm:^22.16.5":
3295-
version: 22.16.5
3296-
resolution: "@types/node@npm:22.16.5"
3294+
"@types/node@npm:*, @types/node@npm:^24.2.1":
3295+
version: 24.2.1
3296+
resolution: "@types/node@npm:24.2.1"
32973297
dependencies:
3298-
undici-types: "npm:~6.21.0"
3299-
checksum: 10c0/93a245e96a01f4a6aa38475000070292a9299e17b95bc1fc8180c652fb3a62f9b3b9ec0b78f9fc6a78b9274d3dfce456e80c7bb68b5357c8f7dbf581df4408c1
3298+
undici-types: "npm:~7.10.0"
3299+
checksum: 10c0/439a3c7edf88a298e0c92e46f670234070b892589c3b06e82cc86c47a7e1cf220f4a4b4736ec6ac7e4b9e1c40d7b6d443a1e22f99dd17f13f9dd15de3b32011b
33003300
languageName: node
33013301
linkType: hard
33023302

@@ -4398,7 +4398,7 @@ __metadata:
43984398
"@eslint/js": "npm:^9.33.0"
43994399
"@stylistic/eslint-plugin": "npm:^5.2.3"
44004400
"@types/jasmine": "npm:^5.1.8"
4401-
"@types/node": "npm:^22.16.5"
4401+
"@types/node": "npm:^24.2.1"
44024402
"@wdio/cli": "npm:^9.19.0"
44034403
"@wdio/jasmine-framework": "npm:^9.19.0"
44044404
"@wdio/local-runner": "npm:^9.19.0"
@@ -4413,7 +4413,7 @@ __metadata:
44134413
tsx: "npm:^4.20.3"
44144414
typescript: "npm:~5.8.3"
44154415
typescript-eslint: "npm:^8.39.1"
4416-
undici: "npm:^6.21.3"
4416+
undici: "npm:^7.13.0"
44174417
zod: "npm:^4.0.17"
44184418
languageName: unknown
44194419
linkType: soft
@@ -10599,10 +10599,10 @@ __metadata:
1059910599
languageName: node
1060010600
linkType: hard
1060110601

10602-
"undici-types@npm:~6.21.0":
10603-
version: 6.21.0
10604-
resolution: "undici-types@npm:6.21.0"
10605-
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
10602+
"undici-types@npm:~7.10.0":
10603+
version: 7.10.0
10604+
resolution: "undici-types@npm:7.10.0"
10605+
checksum: 10c0/8b00ce50e235fe3cc601307f148b5e8fb427092ee3b23e8118ec0a5d7f68eca8cee468c8fc9f15cbb2cf2a3797945ebceb1cbd9732306a1d00e0a9b6afa0f635
1060610606
languageName: node
1060710607
linkType: hard
1060810608

@@ -10622,6 +10622,13 @@ __metadata:
1062210622
languageName: node
1062310623
linkType: hard
1062410624

10625+
"undici@npm:^7.13.0":
10626+
version: 7.13.0
10627+
resolution: "undici@npm:7.13.0"
10628+
checksum: 10c0/8865d40b141f073215a6763aad5d1b2f4bd4e252600e93e68055d6c5d23a8a0e5782669236b2ecfa4d415d1d969d9c4623ff1c0386d32fa60088a19ffa58c611
10629+
languageName: node
10630+
linkType: hard
10631+
1062510632
"unicorn-magic@npm:^0.3.0":
1062610633
version: 0.3.0
1062710634
resolution: "unicorn-magic@npm:0.3.0"

0 commit comments

Comments
 (0)