@igniteui/angular-templates 18.2.1420-beta.2 → 18.2.1420-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,8 +28,8 @@ jobs:
28
28
  uses: actions/setup-node@v2
29
29
  with:
30
30
  node-version: ${{ matrix.node-version }}
31
- cache: 'npm'
32
- - run: npm ci
31
+ # cache: 'npm' # enable after committing lock file from first install
32
+ - run: npm i # replace with 'npm ci' after committing lock file from first install
33
33
  - run: npm run lint
34
34
  - run: npm run build
35
35
  - run: npm run test -- --watch=false --browsers ChromeHeadless
@@ -28,8 +28,8 @@ jobs:
28
28
  uses: actions/setup-node@v2
29
29
  with:
30
30
  node-version: ${{ matrix.node-version }}
31
- cache: 'npm'
32
- - run: npm ci
31
+ # cache: 'npm' # enable after committing lock file from first install
32
+ - run: npm i # replace with 'npm ci' after committing lock file from first install
33
33
  - run: npm run lint
34
34
  - run: npm run build
35
35
  - run: npm run test -- --watch=false --browsers ChromeHeadless
@@ -28,8 +28,8 @@ jobs:
28
28
  uses: actions/setup-node@v2
29
29
  with:
30
30
  node-version: ${{ matrix.node-version }}
31
- cache: 'npm'
32
- - run: npm ci
31
+ # cache: 'npm' # enable after committing lock file from first install
32
+ - run: npm i # replace with 'npm ci' after committing lock file from first install
33
33
  - run: npm run lint
34
34
  - run: npm run build
35
35
  - run: npm run test -- --watch=false --browsers ChromeHeadless
@@ -28,8 +28,8 @@ jobs:
28
28
  uses: actions/setup-node@v2
29
29
  with:
30
30
  node-version: ${{ matrix.node-version }}
31
- cache: 'npm'
32
- - run: npm ci
31
+ # cache: 'npm' # enable after committing lock file from first install
32
+ - run: npm i # replace with 'npm ci' after committing lock file from first install
33
33
  - run: npm run lint
34
34
  - run: npm run build
35
35
  - run: npm run test -- --watch=false --browsers ChromeHeadless
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "18.2.1420-beta.2",
3
+ "version": "18.2.1420-beta.3",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~14.2.0-beta.2",
15
+ "@igniteui/cli-core": "~14.2.0-beta.3",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }