We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5eea0 commit 78e2a1bCopy full SHA for 78e2a1b
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Use Node.js 20
17
uses: actions/setup-node@v4
18
with:
19
- node-version: "20"
+ node-version: "24"
20
- name: Install dependencies
21
run: npm ci
22
- run: npm test
libraries/angular/package.json
@@ -6,7 +6,7 @@
6
"library_repo": "angular/angular",
7
"devDependencies": {
8
"@types/mocha": "10.0.10",
9
- "@types/node": "20.19.10",
+ "@types/node": "24.10.0",
10
"angular2-template-loader": "0.6.2",
11
"awesome-typescript-loader": "5.2.1",
12
"babel-core": "6.26.3",
0 commit comments