Skip to content

Commit d734591

Browse files
committed
chore(workflow): bump node version and update import
1 parent 9846ae1 commit d734591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.17.1]
19+
node-version: [20.x, 22.x]
2020

2121
steps:
2222
- name: Checkout

projects/igniteui-angular/migrations/common/UpdateChanges.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { UnitTestTree } from '@angular-devkit/schematics/testing';
1+
import { UnitTestTree } from '@angular-devkit/schematics/testing/index.ts';
22
import * as fs from 'fs';
33
import * as path from 'path';
44
import { ClassChanges, BindingChanges, SelectorChanges, ThemeChanges, ImportsChanges, ElementType, ThemeType, MemberChanges } from './schema';

0 commit comments

Comments
 (0)