Skip to content

Commit 78e2a1b

Browse files
Update dependency node to v24
1 parent 2e5eea0 commit 78e2a1b

File tree

3 files changed

+171
-167
lines changed

3 files changed

+171
-167
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js 20
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "20"
19+
node-version: "24"
2020
- name: Install dependencies
2121
run: npm ci
2222
- run: npm test

libraries/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"library_repo": "angular/angular",
77
"devDependencies": {
88
"@types/mocha": "10.0.10",
9-
"@types/node": "20.19.10",
9+
"@types/node": "24.10.0",
1010
"angular2-template-loader": "0.6.2",
1111
"awesome-typescript-loader": "5.2.1",
1212
"babel-core": "6.26.3",

0 commit comments

Comments
 (0)